Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterSecretStore ¶
func RegisterSecretStore(name string, factoryMethod func() secretstores.SecretStore)
RegisterSecretStore registers a new secret store
Types ¶
type Registry ¶
type Registry interface {
CreateSecretStore(name string) (secretstores.SecretStore, error)
}
Registry is used to get registered secret store implementations
Click to show internal directories.
Click to hide internal directories.