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

Method ServiceLogs

pkg/mocks/mock_docker_api.go:1490–1496  ·  view source on GitHub ↗

ServiceLogs mocks base method.

(arg0 context.Context, arg1 string, arg2 client.ServiceLogsOptions)

Source from the content-addressed store, hash-verified

1488
1489// ServiceLogs mocks base method.
1490func (m *MockAPIClient) ServiceLogs(arg0 context.Context, arg1 string, arg2 client.ServiceLogsOptions) (client.ServiceLogsResult, error) {
1491 m.ctrl.T.Helper()
1492 ret := m.ctrl.Call(m, "ServiceLogs", arg0, arg1, arg2)
1493 ret0, _ := ret[0].(client.ServiceLogsResult)
1494 ret1, _ := ret[1].(error)
1495 return ret0, ret1
1496}
1497
1498// ServiceLogs indicates an expected call of ServiceLogs.
1499func (mr *MockAPIClientMockRecorder) ServiceLogs(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected