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

Method StatusText

pkg/api/event.go:86–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86func (e *Resource) StatusText() string {
87 switch e.Status {
88 case Working:
89 return "Working"
90 case Warning:
91 return "Warning"
92 case Done:
93 return "Done"
94 default:
95 return "Error"
96 }
97}
98
99// EventProcessor is notified about Compose operations and tasks
100type EventProcessor interface {

Callers 1

EventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected