TaskInspect mocks base method.
(arg0 context.Context, arg1 string, arg2 client.TaskInspectOptions)
| 1638 | |
| 1639 | // TaskInspect mocks base method. |
| 1640 | func (m *MockAPIClient) TaskInspect(arg0 context.Context, arg1 string, arg2 client.TaskInspectOptions) (client.TaskInspectResult, error) { |
| 1641 | m.ctrl.T.Helper() |
| 1642 | ret := m.ctrl.Call(m, "TaskInspect", arg0, arg1, arg2) |
| 1643 | ret0, _ := ret[0].(client.TaskInspectResult) |
| 1644 | ret1, _ := ret[1].(error) |
| 1645 | return ret0, ret1 |
| 1646 | } |
| 1647 | |
| 1648 | // TaskInspect indicates an expected call of TaskInspect. |
| 1649 | func (mr *MockAPIClientMockRecorder) TaskInspect(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected