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

Struct logDecorator

cmd/formatter/logs.go:164–168  ·  cmd/formatter/logs.go::logDecorator

Source from the content-addressed store, hash-verified

162}
163
164type logDecorator struct {
165 decorated api.LogConsumer
166 Before func()
167 After func()
168}
169
170func (l logDecorator) Log(containerName, message string) {
171 l.Before()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected