Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterSecreter ¶
func RegisterSecreter(reg SecreterRegistration)
func RegisteredSecreterNames ¶
func RegisteredSecreterNames() []string
Types ¶
type Secreter ¶
func ConstructSecreter ¶
func ConstructSecreter(rawConfig map[string]interface{}, errorMessages config.ErrorMessages) (Secreter, error)
type SecreterRegistration ¶
type SecreterRegistration interface { Name() string Initialize(config any, errorMessages config.ErrorMessages) (Secreter, error) InitializeConfig() any }
func RegisteredSecreter ¶
func RegisteredSecreter(name string) (SecreterRegistration, bool)
Click to show internal directories.
Click to hide internal directories.