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

Method ServiceLogs

pkg/mocks/mock_docker_api.go:1499–1502  ·  view source on GitHub ↗

ServiceLogs indicates an expected call of ServiceLogs.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1497
1498// ServiceLogs indicates an expected call of ServiceLogs.
1499func (mr *MockAPIClientMockRecorder) ServiceLogs(arg0, arg1, arg2 any) *gomock.Call {
1500 mr.mock.ctrl.T.Helper()
1501 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServiceLogs", reflect.TypeOf((*MockAPIClient)(nil).ServiceLogs), arg0, arg1, arg2)
1502}
1503
1504// ServiceRemove mocks base method.
1505func (m *MockAPIClient) ServiceRemove(arg0 context.Context, arg1 string, arg2 client.ServiceRemoveOptions) (client.ServiceRemoveResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected