SecretRemove mocks base method.
(arg0 context.Context, arg1 string, arg2 client.SecretRemoveOptions)
| 1398 | |
| 1399 | // SecretRemove mocks base method. |
| 1400 | func (m *MockAPIClient) SecretRemove(arg0 context.Context, arg1 string, arg2 client.SecretRemoveOptions) (client.SecretRemoveResult, error) { |
| 1401 | m.ctrl.T.Helper() |
| 1402 | ret := m.ctrl.Call(m, "SecretRemove", arg0, arg1, arg2) |
| 1403 | ret0, _ := ret[0].(client.SecretRemoveResult) |
| 1404 | ret1, _ := ret[1].(error) |
| 1405 | return ret0, ret1 |
| 1406 | } |
| 1407 | |
| 1408 | // SecretRemove indicates an expected call of SecretRemove. |
| 1409 | func (mr *MockAPIClientMockRecorder) SecretRemove(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected