ServiceUpdate indicates an expected call of ServiceUpdate.
(arg0, arg1, arg2 any)
| 1527 | |
| 1528 | // ServiceUpdate indicates an expected call of ServiceUpdate. |
| 1529 | func (mr *MockAPIClientMockRecorder) ServiceUpdate(arg0, arg1, arg2 any) *gomock.Call { |
| 1530 | mr.mock.ctrl.T.Helper() |
| 1531 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServiceUpdate", reflect.TypeOf((*MockAPIClient)(nil).ServiceUpdate), arg0, arg1, arg2) |
| 1532 | } |
| 1533 | |
| 1534 | // SwarmGetUnlockKey mocks base method. |
| 1535 | func (m *MockAPIClient) SwarmGetUnlockKey(arg0 context.Context) (client.SwarmGetUnlockKeyResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected