SwarmUnlock mocks base method.
(arg0 context.Context, arg1 client.SwarmUnlockOptions)
| 1608 | |
| 1609 | // SwarmUnlock mocks base method. |
| 1610 | func (m *MockAPIClient) SwarmUnlock(arg0 context.Context, arg1 client.SwarmUnlockOptions) (client.SwarmUnlockResult, error) { |
| 1611 | m.ctrl.T.Helper() |
| 1612 | ret := m.ctrl.Call(m, "SwarmUnlock", arg0, arg1) |
| 1613 | ret0, _ := ret[0].(client.SwarmUnlockResult) |
| 1614 | ret1, _ := ret[1].(error) |
| 1615 | return ret0, ret1 |
| 1616 | } |
| 1617 | |
| 1618 | // SwarmUnlock indicates an expected call of SwarmUnlock. |
| 1619 | func (mr *MockAPIClientMockRecorder) SwarmUnlock(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected