SwarmUpdate mocks base method.
(arg0 context.Context, arg1 client.SwarmUpdateOptions)
| 1623 | |
| 1624 | // SwarmUpdate mocks base method. |
| 1625 | func (m *MockAPIClient) SwarmUpdate(arg0 context.Context, arg1 client.SwarmUpdateOptions) (client.SwarmUpdateResult, error) { |
| 1626 | m.ctrl.T.Helper() |
| 1627 | ret := m.ctrl.Call(m, "SwarmUpdate", arg0, arg1) |
| 1628 | ret0, _ := ret[0].(client.SwarmUpdateResult) |
| 1629 | ret1, _ := ret[1].(error) |
| 1630 | return ret0, ret1 |
| 1631 | } |
| 1632 | |
| 1633 | // SwarmUpdate indicates an expected call of SwarmUpdate. |
| 1634 | func (mr *MockAPIClientMockRecorder) SwarmUpdate(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected