TaskLogs mocks base method.
(arg0 context.Context, arg1 string, arg2 client.TaskLogsOptions)
| 1668 | |
| 1669 | // TaskLogs mocks base method. |
| 1670 | func (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. |
| 1679 | func (mr *MockAPIClientMockRecorder) TaskLogs(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected