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

Method Err

pkg/api/api.go:706–706  ·  pkg/api/api.go::LogConsumer.Err
(containerName, message string)

Source from the content-addressed store, hash-verified

704type LogConsumer interface {
705 Log(containerName, message string)
706 Err(containerName, message string)
707 Status(container, msg string)
708}
709

Callers 15

prepareMocksFunction · 0.65
startMethod · 0.65
TestWatch_SyncFunction · 0.65
runMethod · 0.65
HandleEventMethod · 0.65
waitPreStartFunction · 0.65
TestRunHook_ConsoleSizeFunction · 0.65
pullServiceImageMethod · 0.65
stderrMethod · 0.65
ErrMethod · 0.65
watchEventsMethod · 0.65
createContainerMethod · 0.65

Implementers 7

MockLogConsumerpkg/mocks/mock_docker_compose_api.go
MockLogConsumerMockRecorderpkg/mocks/mock_docker_compose_api.go
stdLoggerpkg/compose/watch_test.go
testLogConsumerpkg/compose/logs_test.go
logConsumercmd/compose/logs.go
logConsumercmd/formatter/logs.go
logDecoratorcmd/formatter/logs.go

Calls

no outgoing calls

Tested by 5

prepareMocksFunction · 0.52
TestWatch_SyncFunction · 0.52
TestRunHook_ConsoleSizeFunction · 0.52
newMockCliFunction · 0.52