Versions in this module Expand all Collapse all v4 v4.1.2 Jun 10, 2022 v4.1.1 Jun 10, 2022 Changes in this version + const Attach + const AutoUpdate + const Build + const Checkpoint + const Cleanup + const Commit + const Container + const Copy + const Create + const DefaultEventerType + const Exec + const ExecDied + const Exited + const Export + const History + const Image + const Import + const Init + const Kill + const LoadFromArchive + const Machine + const Mount + const Network + const NetworkConnect + const NetworkDisconnect + const Pause + const Pod + const Prune + const Pull + const Push + const Refresh + const Remove + const Rename + const Renumber + const Restart + const Restore + const Rotate + const Save + const Start + const Stop + const Sync + const System + const Tag + const Unmount + const Unpause + const Untag + const Volume + var ErrEventNotFound = errors.New("unable to find event") + var ErrEventTypeBlank = errors.New("event type blank") + var ErrNoJournaldLogging = errors.New("No support for journald logging") + func IsValidEventer(eventer string) bool + type Details struct + Attributes map[string]string + ID string + type Event struct + ContainerExitCode int + ID string + Image string + Name string + Network string + Status Status + Time time.Time + Type Type + func NewEvent(status Status) Event + func (e *Event) Recycle(path string, remove bool) error + func (e *Event) ToHumanReadable(truncate bool) string + func (e *Event) ToJSONString() (string, error) + type EventFilter func(*Event) bool + type EventLogFile struct — linux/amd64 + func (e EventLogFile) Read(ctx context.Context, options ReadOptions) error + func (e EventLogFile) String() string + func (e EventLogFile) Write(ee Event) error + type EventMemory struct + func (e EventMemory) Read(ctx context.Context, options ReadOptions) (err error) + func (e EventMemory) String() string + func (e EventMemory) Write(event Event) (err error) + type EventToNull struct + func (e EventToNull) Read(ctx context.Context, options ReadOptions) error + func (e EventToNull) String() string + func (e EventToNull) Write(ee Event) error + type Eventer interface + Read func(ctx context.Context, options ReadOptions) error + String func() string + Write func(event Event) error + func NewEventer(options EventerOptions) (Eventer, error) + func NewMemoryEventer() Eventer + func NewNullEventer() Eventer + type EventerOptions struct + EventerType string + LogFileMaxSize uint64 + LogFilePath string + type EventerType int + const Journald + const LogFile + const Memory + const Null + func (et EventerType) String() string + type ReadOptions struct + EventChannel chan *Event + Filters []string + FromStart bool + Since string + Stream bool + Until string + type Status string + func StringToStatus(name string) (Status, error) + func (s Status) String() string + type Type string + func StringToType(name string) (Type, error) + func (t Type) String() string Other modules containing this package github.com/hanks177/podman