Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsSecretManager ¶
type AwsSecretManager struct {
// contains filtered or unexported fields
}
func NewAwsSecretManager ¶
func NewAwsSecretManager(config AwsSecretManagerConfig) *AwsSecretManager
type AwsSecretManagerConfig ¶
type MockSecretManager ¶
type MockSecretManager struct { }
func NewMockSecretManager ¶
func NewMockSecretManager(config MockSecretManagerConfig) *MockSecretManager
type MockSecretManagerConfig ¶
type MockSecretManagerConfig struct {
SomeSetting string `yaml:"some_setting"`
}
Click to show internal directories.
Click to hide internal directories.