SwarmGetUnlockKey mocks base method.
(arg0 context.Context)
| 1533 | |
| 1534 | // SwarmGetUnlockKey mocks base method. |
| 1535 | func (m *MockAPIClient) SwarmGetUnlockKey(arg0 context.Context) (client.SwarmGetUnlockKeyResult, error) { |
| 1536 | m.ctrl.T.Helper() |
| 1537 | ret := m.ctrl.Call(m, "SwarmGetUnlockKey", arg0) |
| 1538 | ret0, _ := ret[0].(client.SwarmGetUnlockKeyResult) |
| 1539 | ret1, _ := ret[1].(error) |
| 1540 | return ret0, ret1 |
| 1541 | } |
| 1542 | |
| 1543 | // SwarmGetUnlockKey indicates an expected call of SwarmGetUnlockKey. |
| 1544 | func (mr *MockAPIClientMockRecorder) SwarmGetUnlockKey(arg0 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected