Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry interface { Register(components ...SecretStore) Create(name, version string) (secretstores.SecretStore, error) }
Registry is used to get registered secret store implementations
type SecretStore ¶ added in v0.4.0
type SecretStore struct { Name string FactoryMethod func() secretstores.SecretStore }
SecretStore is a secret store component definition.
func New ¶ added in v0.4.0
func New(name string, factoryMethod func() secretstores.SecretStore) SecretStore
New creates a SecretStore.
Click to show internal directories.
Click to hide internal directories.