Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetSecretInfoFn ¶
type GetSecretInfoFn func(secretName string) (*models.SecretInfo, error)
func NewGetSecretInfoFn ¶
func NewGetSecretInfoFn(secretValue interface{}, secretDataType string, err error) GetSecretInfoFn
type SecretsManagerClient ¶
type SecretsManagerClient struct {
GetSecretInfoFn GetSecretInfoFn
}
func (*SecretsManagerClient) GetSecretInfo ¶
func (sc *SecretsManagerClient) GetSecretInfo(secretName string) (*models.SecretInfo, error)
Click to show internal directories.
Click to hide internal directories.