Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerActionMessage ¶ added in v0.1.4
type Containers ¶ added in v0.1.5
type Containers struct {
// contains filtered or unexported fields
}
func (*Containers) Append ¶ added in v0.1.5
func (cs *Containers) Append(c Container)
func (*Containers) Find ¶ added in v0.1.5
func (cs *Containers) Find(cID string) Container
func (*Containers) Len ¶ added in v0.1.5
func (cs *Containers) Len() int
func (*Containers) Set ¶ added in v0.1.5
func (cs *Containers) Set(containers []Container)
func (*Containers) SetShell ¶ added in v0.1.5
func (cs *Containers) SetShell(cID, shell string)
type InitMessage ¶ added in v0.1.5
Click to show internal directories.
Click to hide internal directories.