Documentation ¶
Index ¶
Constants ¶
View Source
const (
CompatibleTopicPrefix = "dockercompat"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Status string `json:"status,omitempty"` // Deprecated: use Action instead. ID string `json:"id,omitempty"` // Deprecated: use Actor.ID instead. Type string `json:"Type"` Action string `json:"Action"` Actor EventActor `json:"Actor"` Scope string `json:"scope"` Time int64 `json:"time"` TimeNano int64 `json:"timeNano"` }
From https://github.com/moby/moby/blob/v24.0.4/api/types/events/events.go#L31-L47
type EventActor ¶
Click to show internal directories.
Click to hide internal directories.