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

Method TaskLogs

pkg/mocks/mock_docker_api.go:1679–1682  ·  view source on GitHub ↗

TaskLogs indicates an expected call of TaskLogs.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1677
1678// TaskLogs indicates an expected call of TaskLogs.
1679func (mr *MockAPIClientMockRecorder) TaskLogs(arg0, arg1, arg2 any) *gomock.Call {
1680 mr.mock.ctrl.T.Helper()
1681 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TaskLogs", reflect.TypeOf((*MockAPIClient)(nil).TaskLogs), arg0, arg1, arg2)
1682}
1683
1684// VolumeCreate mocks base method.
1685func (m *MockAPIClient) VolumeCreate(arg0 context.Context, arg1 client.VolumeCreateOptions) (client.VolumeCreateResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected