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

TypeAlias EventStatus

pkg/api/event.go:24–24  ·  view source on GitHub ↗

EventStatus indicates the status of an action

Source from the content-addressed store, hash-verified

22
23// EventStatus indicates the status of an action
24type EventStatus int
25
26const (
27 // Working means that the current task is working

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected