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

Method Status

pkg/mocks/mock_docker_compose_api.go:581–584  ·  view source on GitHub ↗

Status mocks base method.

(container, msg string)

Source from the content-addressed store, hash-verified

579
580// Status mocks base method.
581func (m *MockLogConsumer) Status(container, msg string) {
582 m.ctrl.T.Helper()
583 m.ctrl.Call(m, "Status", container, msg)
584}
585
586// Status indicates an expected call of Status.
587func (mr *MockLogConsumerMockRecorder) Status(container, msg any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected