TaskLogs indicates an expected call of TaskLogs.
(arg0, arg1, arg2 any)
| 1677 | |
| 1678 | // TaskLogs indicates an expected call of TaskLogs. |
| 1679 | func (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. |
| 1685 | func (m *MockAPIClient) VolumeCreate(arg0 context.Context, arg1 client.VolumeCreateOptions) (client.VolumeCreateResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected