Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerEventsGroup ¶
type ContainerEventsGroup struct {
Container
StartupInfo
Group
Events []Event
}
type ContainerStatus ¶
type DockerComposeInfo ¶
type Event ¶
type Event struct {
MetaData
StartupInfo
Container
ContainerStatus
Volume
Network
}
type Group ¶
type Group struct {
NodeName string
DockerComposeInfo
SwarmInfo
}
type Packer ¶
type Packer struct {
// contains filtered or unexported fields
}
func (*Packer) EventPacker ¶
func (p *Packer) EventPacker(events []Event) map[string]ContainerEventsGroup
EventPacker Receive a list of docker events and group them by container id
type StartupInfo ¶
Click to show internal directories.
Click to hide internal directories.