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

Struct printer

pkg/compose/printer.go:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type printer struct {
31 consumer api.LogConsumer
32}
33
34// newLogPrinter builds a LogPrinter passing containers logs to LogConsumer
35func newLogPrinter(consumer api.LogConsumer) logPrinter {

Callers 1

PrintPrettySectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected