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

Method Status

pkg/mocks/mock_docker_compose_api.go:587–590  ·  view source on GitHub ↗

Status indicates an expected call of Status.

(container, msg any)

Source from the content-addressed store, hash-verified

585
586// Status indicates an expected call of Status.
587func (mr *MockLogConsumerMockRecorder) Status(container, msg any) *gomock.Call {
588 mr.mock.ctrl.T.Helper()
589 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Status", reflect.TypeOf((*MockLogConsumer)(nil).Status), container, msg)
590}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected