Versions in this module Expand all Collapse all v1 v1.4.1 Oct 10, 2016 Changes in this version + func NewVFSSecretStore(basedir vfs.Path) fi.SecretStore + type VFSSecretStore struct + func (c *VFSSecretStore) FindSecret(id string) (*fi.Secret, error) + func (c *VFSSecretStore) GetOrCreateSecret(id string, secret *fi.Secret) (*fi.Secret, bool, error) + func (c *VFSSecretStore) ListSecrets() ([]string, error) + func (c *VFSSecretStore) Secret(id string) (*fi.Secret, error) + func (s *VFSSecretStore) VFSPath() vfs.Path