Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrSecretNotExists = errors.New("secret does not exist")
)
Functions ¶
func NewDaemonClient ¶
func NewDaemonServer ¶
func NewSecretServiceHandler ¶
func NewSecretServiceHandler(store SecretStore) (string, http.Handler)
func PopulateStore ¶
func PopulateStore(store SecretStore)
Types ¶
type LocalSecretStore ¶
type LocalSecretStore struct {
// contains filtered or unexported fields
}
func (*LocalSecretStore) GetSecret ¶
func (s *LocalSecretStore) GetSecret(name string) (string, bool)
func (*LocalSecretStore) SetSecret ¶
func (s *LocalSecretStore) SetSecret(name string, value string)
type SecretStore ¶
func NewLocalSecretStore ¶
func NewLocalSecretStore() SecretStore
Click to show internal directories.
Click to hide internal directories.