Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsSvc ¶
var Service *AwsSvc
func BuildAWSClient ¶
func (*AwsSvc) SecretsManager ¶
func (awsSvc *AwsSvc) SecretsManager() *SecretsClient
type KMSClient ¶
func (*KMSClient) DecryptString ¶
type SecretsClient ¶
type SecretsClient struct {
*secretsmanager.Client
}
func (*SecretsClient) GetSecretData ¶
func (svc *SecretsClient) GetSecretData(data string) string
func (*SecretsClient) StoreSecret ¶
func (svc *SecretsClient) StoreSecret(name string, data string) string
Click to show internal directories.
Click to hide internal directories.