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

Struct noopEventProcessor

pkg/compose/executor_test.go:35–35  ·  pkg/compose/executor_test.go::noopEventProcessor

noopEventProcessor discards all events.

Source from the content-addressed store, hash-verified

33
34// noopEventProcessor discards all events.
35type noopEventProcessor struct{}
36
37func (noopEventProcessor) Start(_ context.Context, _ string) {}
38func (noopEventProcessor) On(_ ...api.Resource) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected