Documentation ¶
Index ¶
- type SecretsManagerIface
- func (_m *SecretsManagerIface) CreateSecret(ctx context.Context, params *secretsmanager.CreateSecretInput, ...) (*secretsmanager.CreateSecretOutput, error)
- func (_m *SecretsManagerIface) DeleteSecret(ctx context.Context, params *secretsmanager.DeleteSecretInput, ...) (*secretsmanager.DeleteSecretOutput, error)
- func (_m *SecretsManagerIface) GetSecretValue(ctx context.Context, params *secretsmanager.GetSecretValueInput, ...) (*secretsmanager.GetSecretValueOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretsManagerIface ¶
SecretsManagerIface is an autogenerated mock type for the SecretsManagerIface type
func NewSecretsManagerIface ¶
func NewSecretsManagerIface(t mockConstructorTestingTNewSecretsManagerIface) *SecretsManagerIface
NewSecretsManagerIface creates a new instance of SecretsManagerIface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*SecretsManagerIface) CreateSecret ¶
func (_m *SecretsManagerIface) CreateSecret(ctx context.Context, params *secretsmanager.CreateSecretInput, optFns ...func(*secretsmanager.Options)) (*secretsmanager.CreateSecretOutput, error)
CreateSecret provides a mock function with given fields: ctx, params, optFns
func (*SecretsManagerIface) DeleteSecret ¶
func (_m *SecretsManagerIface) DeleteSecret(ctx context.Context, params *secretsmanager.DeleteSecretInput, optFns ...func(*secretsmanager.Options)) (*secretsmanager.DeleteSecretOutput, error)
DeleteSecret provides a mock function with given fields: ctx, params, optFns
func (*SecretsManagerIface) GetSecretValue ¶
func (_m *SecretsManagerIface) GetSecretValue(ctx context.Context, params *secretsmanager.GetSecretValueInput, optFns ...func(*secretsmanager.Options)) (*secretsmanager.GetSecretValueOutput, error)
GetSecretValue provides a mock function with given fields: ctx, params, optFns
Click to show internal directories.
Click to hide internal directories.