SwarmUnlock indicates an expected call of SwarmUnlock.
(arg0, arg1 any)
| 1617 | |
| 1618 | // SwarmUnlock indicates an expected call of SwarmUnlock. |
| 1619 | func (mr *MockAPIClientMockRecorder) SwarmUnlock(arg0, arg1 any) *gomock.Call { |
| 1620 | mr.mock.ctrl.T.Helper() |
| 1621 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SwarmUnlock", reflect.TypeOf((*MockAPIClient)(nil).SwarmUnlock), arg0, arg1) |
| 1622 | } |
| 1623 | |
| 1624 | // SwarmUpdate mocks base method. |
| 1625 | func (m *MockAPIClient) SwarmUpdate(arg0 context.Context, arg1 client.SwarmUpdateOptions) (client.SwarmUpdateResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected