Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentClient ¶
type DeploymentClient interface { CreateContainer(name string, image string, env map[string]string, restart bool) (id string, err error) UpdateContainer(id string, name string, image string, env map[string]string, restart bool) (newId string, err error) RemoveContainer(id string) (err error) ContainerExists(id string) (exists bool, err error) }
Click to show internal directories.
Click to hide internal directories.