Documentation ¶
Index ¶
- type SecretsRW
- func (_m *SecretsRW) DeleteSecret(ctx context.Context, secretName string, options *azsecrets.DeleteSecretOptions) (azsecrets.DeleteSecretResponse, error)
- func (_m *SecretsRW) GetSecret(ctx context.Context, secretName string, version string, ...) (azsecrets.GetSecretResponse, error)
- func (_m *SecretsRW) SetSecret(ctx context.Context, secretName string, params azsecrets.SetSecretParameters, ...) (azsecrets.SetSecretResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretsRW ¶
SecretsRW is an autogenerated mock type for the SecretsRW type
func NewSecretsRW ¶
func NewSecretsRW(t mockConstructorTestingTNewSecretsRW) *SecretsRW
NewSecretsRW creates a new instance of SecretsRW. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*SecretsRW) DeleteSecret ¶
func (_m *SecretsRW) DeleteSecret(ctx context.Context, secretName string, options *azsecrets.DeleteSecretOptions) (azsecrets.DeleteSecretResponse, error)
DeleteSecret provides a mock function with given fields: ctx, secretName, options
func (*SecretsRW) GetSecret ¶
func (_m *SecretsRW) GetSecret(ctx context.Context, secretName string, version string, options *azsecrets.GetSecretOptions) (azsecrets.GetSecretResponse, error)
GetSecret provides a mock function with given fields: ctx, secretName, version, options
func (*SecretsRW) SetSecret ¶
func (_m *SecretsRW) SetSecret(ctx context.Context, secretName string, params azsecrets.SetSecretParameters, options *azsecrets.SetSecretOptions) (azsecrets.SetSecretResponse, error)
SetSecret provides a mock function with given fields: ctx, secretName, params, options
Click to show internal directories.
Click to hide internal directories.