Versions in this module Expand all Collapse all v1 v1.0.0 Mar 27, 2020 Changes in this version + type Container struct + ID string + Image string + Name string + func (c Container) IsEmpty() bool + type ContainerStatus struct + ExitCode string + Signal string + type Event struct + type EventsGroup struct + Events []Event + type Formatter struct + func NewFormatter(nodeName string) (*Formatter, error) + func (f *Formatter) EventPacker(events []Event) map[string]EventsGroup + func (f *Formatter) EventsToStr(eventsGroup EventsGroup) (string, bool) + type MetaData struct + Action string + Time time.Time + Type string + type Network struct + ID string + Name string + Type string + type StartupInfo struct + APIVersion string + DockerVersion string + KernelVersion string + Os string + type Volume struct + Destination string + ID string + Propagation string