SwarmUpdate indicates an expected call of SwarmUpdate.
(arg0, arg1 any)
| 1632 | |
| 1633 | // SwarmUpdate indicates an expected call of SwarmUpdate. |
| 1634 | func (mr *MockAPIClientMockRecorder) SwarmUpdate(arg0, arg1 any) *gomock.Call { |
| 1635 | mr.mock.ctrl.T.Helper() |
| 1636 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SwarmUpdate", reflect.TypeOf((*MockAPIClient)(nil).SwarmUpdate), arg0, arg1) |
| 1637 | } |
| 1638 | |
| 1639 | // TaskInspect mocks base method. |
| 1640 | func (m *MockAPIClient) TaskInspect(arg0 context.Context, arg1 string, arg2 client.TaskInspectOptions) (client.TaskInspectResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected