Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretClient ¶
type SecretClient interface { LoadSecrets(ctx context.Context) error GetSecret(ctx context.Context, key string) (string, error) }
func NewAwsSecretClient ¶
func NewAwsSecretClient(logger logging.Logger, cfg *configs.AppConfigs) (SecretClient, error)
Click to show internal directories.
Click to hide internal directories.