SecretList mocks base method.
(arg0 context.Context, arg1 client.SecretListOptions)
| 1383 | |
| 1384 | // SecretList mocks base method. |
| 1385 | func (m *MockAPIClient) SecretList(arg0 context.Context, arg1 client.SecretListOptions) (client.SecretListResult, error) { |
| 1386 | m.ctrl.T.Helper() |
| 1387 | ret := m.ctrl.Call(m, "SecretList", arg0, arg1) |
| 1388 | ret0, _ := ret[0].(client.SecretListResult) |
| 1389 | ret1, _ := ret[1].(error) |
| 1390 | return ret0, ret1 |
| 1391 | } |
| 1392 | |
| 1393 | // SecretList indicates an expected call of SecretList. |
| 1394 | func (mr *MockAPIClientMockRecorder) SecretList(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected