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

Method TaskLogs

pkg/mocks/mock_docker_api.go:1670–1676  ·  view source on GitHub ↗

TaskLogs mocks base method.

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

Source from the content-addressed store, hash-verified

1668
1669// TaskLogs mocks base method.
1670func (m *MockAPIClient) TaskLogs(arg0 context.Context, arg1 string, arg2 client.TaskLogsOptions) (client.TaskLogsResult, error) {
1671 m.ctrl.T.Helper()
1672 ret := m.ctrl.Call(m, "TaskLogs", arg0, arg1, arg2)
1673 ret0, _ := ret[0].(client.TaskLogsResult)
1674 ret1, _ := ret[1].(error)
1675 return ret0, ret1
1676}
1677
1678// TaskLogs indicates an expected call of TaskLogs.
1679func (mr *MockAPIClientMockRecorder) TaskLogs(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected