MCPcopy Create free account
hub / github.com/docker/compose / EventsOptions

Struct EventsOptions

pkg/api/api.go:452–457  ·  view source on GitHub ↗

EventsOptions group options of the Events API

Source from the content-addressed store, hash-verified

450
451// EventsOptions group options of the Events API
452type EventsOptions struct {
453 Services []string
454 Consumer func(event Event) error
455 Since string
456 Until string
457}
458
459// Event is a container runtime event served by Events API
460type Event struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected