SecretsRW is an autogenerated mock type for the SecretsRW type
| 12 | |
| 13 | // SecretsRW is an autogenerated mock type for the SecretsRW type |
| 14 | type SecretsRW struct { |
| 15 | mock.Mock |
| 16 | } |
| 17 | |
| 18 | // DeleteSecret provides a mock function with given fields: ctx, secretName, options |
| 19 | func (_m *SecretsRW) DeleteSecret(ctx context.Context, secretName string, options *azsecrets.DeleteSecretOptions) (azsecrets.DeleteSecretResponse, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected