MCPcopy Create free account
hub / github.com/docker/compose / Log

Method Log

pkg/mocks/mock_docker_compose_api.go:575–578  ·  view source on GitHub ↗

Log indicates an expected call of Log.

(containerName, message any)

Source from the content-addressed store, hash-verified

573
574// Log indicates an expected call of Log.
575func (mr *MockLogConsumerMockRecorder) Log(containerName, message any) *gomock.Call {
576 mr.mock.ctrl.T.Helper()
577 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Log", reflect.TypeOf((*MockLogConsumer)(nil).Log), containerName, message)
578}
579
580// Status mocks base method.
581func (m *MockLogConsumer) Status(container, msg string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected