secret

package
v1.19.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SecretStorage

type SecretStorage interface {
	Retrieve(secretKey string) (string, error)
}

func NewSecrets

func NewSecrets(storage SecretsStorageType, config any) SecretStorage

type Secrets

type Secrets struct{}

type SecretsStorageType

type SecretsStorageType string
const AwsSecretStorage SecretsStorageType = "aws_secret_manager"
const MockSecretStorage SecretsStorageType = "mock_secret_storage"

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL