secretstores

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2019 License: MIT Imports: 6 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Load

func Load()

Load secret stores

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

func NewRegistry

func NewRegistry() Registry

NewRegistry returns a new secret store registry

Jump to

Keyboard shortcuts

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