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

Method Start

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

Start is triggered as a Compose operation is starting with context

(ctx context.Context, operation string)

Source from the content-addressed store, hash-verified

100type EventProcessor interface {
101 // Start is triggered as a Compose operation is starting with context
102 Start(ctx context.Context, operation string)
103 // On notify about (sub)task and progress processing operation
104 On(events ...Resource)
105 // Done is triggered as a Compose operation completed

Callers

nothing calls this directly

Implementers 6

noopEventProcessorpkg/compose/executor_test.go
ignorepkg/compose/progress.go
ttyWritercmd/display/tty.go
quietcmd/display/quiet.go
jsonWritercmd/display/json.go
plainWritercmd/display/plain.go

Calls

no outgoing calls

Tested by

no test coverage detected