TaskList indicates an expected call of TaskList.
(arg0, arg1 any)
| 1662 | |
| 1663 | // TaskList indicates an expected call of TaskList. |
| 1664 | func (mr *MockAPIClientMockRecorder) TaskList(arg0, arg1 any) *gomock.Call { |
| 1665 | mr.mock.ctrl.T.Helper() |
| 1666 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TaskList", reflect.TypeOf((*MockAPIClient)(nil).TaskList), arg0, arg1) |
| 1667 | } |
| 1668 | |
| 1669 | // TaskLogs mocks base method. |
| 1670 | func (m *MockAPIClient) TaskLogs(arg0 context.Context, arg1 string, arg2 client.TaskLogsOptions) (client.TaskLogsResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected