Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetSecretValueFn ¶
type GetSecretValueFn func(ctx context.Context, params *secretsmanager.GetSecretValueInput, optFns ...func(*secretsmanager.Options)) (*secretsmanager.GetSecretValueOutput, error)
func NewGetSecretValueFn ¶
func NewGetSecretValueFn(secretData interface{}, dataType string, err error) GetSecretValueFn
type SecretsManagerClient ¶
type SecretsManagerClient struct {
GetSecretValueFn GetSecretValueFn
}
func (*SecretsManagerClient) GetSecretValue ¶
func (sc *SecretsManagerClient) GetSecretValue(ctx context.Context, params *secretsmanager.GetSecretValueInput, optFns ...func(*secretsmanager.Options)) (*secretsmanager.GetSecretValueOutput, error)
Click to show internal directories.
Click to hide internal directories.