Documentation
¶
Index ¶
- type Container
- type ContainerStatus
- type ImageTemplate
- type Port
- type Repo
- func (r *Repo) Build(t model.Template, tag string, env map[string]*string) error
- func (r *Repo) CreateContainer(mc *model.Container) (string, error)
- func (r *Repo) DeleteContainer(containerID string) error
- func (r *Repo) GetContainerStatuses(containerID []string) ([]model.ContainerStatus, error)
- func (r *Repo) GetImages() ([]model.Image, error)
- func (r *Repo) StartContainer(containerID string) error
- func (r *Repo) StopContainer(containerID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type ContainerStatus ¶
type ImageTemplate ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
func (*Repo) DeleteContainer ¶
func (*Repo) GetContainerStatuses ¶
func (r *Repo) GetContainerStatuses(containerID []string) ([]model.ContainerStatus, error)
func (*Repo) StartContainer ¶
func (*Repo) StopContainer ¶
Click to show internal directories.
Click to hide internal directories.