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

Struct Event

pkg/api/api.go:460–466  ·  view source on GitHub ↗

Event is a container runtime event served by Events API

Source from the content-addressed store, hash-verified

458
459// Event is a container runtime event served by Events API
460type Event struct {
461 Timestamp time.Time
462 Service string
463 Container string
464 Status string
465 Attributes map[string]string
466}
467
468// PortOptions group options of the Port API
469type PortOptions struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected