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

Struct logConsumer

cmd/compose/logs.go:114–116  ·  cmd/compose/logs.go::logConsumer

Source from the content-addressed store, hash-verified

112var _ api.LogConsumer = &logConsumer{}
113
114type logConsumer struct {
115 events api.EventProcessor
116}
117
118func (l logConsumer) Log(containerName, message string) {
119 l.events.On(api.Resource{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected