SecretCreate mocks base method.
(arg0 context.Context, arg1 client.SecretCreateOptions)
| 1353 | |
| 1354 | // SecretCreate mocks base method. |
| 1355 | func (m *MockAPIClient) SecretCreate(arg0 context.Context, arg1 client.SecretCreateOptions) (client.SecretCreateResult, error) { |
| 1356 | m.ctrl.T.Helper() |
| 1357 | ret := m.ctrl.Call(m, "SecretCreate", arg0, arg1) |
| 1358 | ret0, _ := ret[0].(client.SecretCreateResult) |
| 1359 | ret1, _ := ret[1].(error) |
| 1360 | return ret0, ret1 |
| 1361 | } |
| 1362 | |
| 1363 | // SecretCreate indicates an expected call of SecretCreate. |
| 1364 | func (mr *MockAPIClientMockRecorder) SecretCreate(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected