Documentation
¶
Index ¶
- type Container
- func (c *Container) Build(srvHash hash.Hash, path string) error
- func (c *Container) Download(url string) (string, error)
- func (c *Container) Start(srv *service.Service, instanceHash, runnerHash, instanceEnvHash hash.Hash, ...) (err error)
- func (c *Container) Stop(srv *service.Service, runnerHash hash.Hash) error
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶ added in v0.2.0
type Container struct {
// contains filtered or unexported fields
}
Container starts and stops the MESG Service in Docker Container.
func New ¶ added in v0.2.0
New initializes the Container struct by connecting creating the Docker client.
func (*Container) Download ¶ added in v0.23.0
Download downloads the tarball of the source of a service from a HTTP url. Don't forget to remove the downloaded service.
Click to show internal directories.
Click to hide internal directories.