MCPcopy
hub / github.com/docker/compose / stoppingEvent

Function stoppingEvent

pkg/compose/progress.go:61–63  ·  pkg/compose/progress.go::stoppingEvent

stoppingEvent creates a new Stopping in progress Resource

(id string)

Source from the content-addressed store, hash-verified

59
60// stoppingEvent creates a new Stopping in progress Resource
61func stoppingEvent(id string) api.Resource {
62 return newEvent(id, api.Working, api.StatusStopping)
63}
64
65// stoppedEvent creates a new Stopped (done) Resource
66func stoppedEvent(id string) api.Resource {

Callers 2

executePluginMethod · 0.85
emitStartEventFunction · 0.85

Calls 1

newEventFunction · 0.85

Tested by

no test coverage detected