Documentation ¶
Index ¶
- func NewVFSSecretStore(basedir vfs.Path) fi.SecretStore
- type VFSSecretStore
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVFSSecretStore ¶
func NewVFSSecretStore(basedir vfs.Path) fi.SecretStore
Types ¶
type VFSSecretStore ¶
type VFSSecretStore struct {
// contains filtered or unexported fields
}
func (*VFSSecretStore) FindSecret ¶
func (c *VFSSecretStore) FindSecret(id string) (*fi.Secret, error)
func (*VFSSecretStore) GetOrCreateSecret ¶
func (*VFSSecretStore) ListSecrets ¶
func (c *VFSSecretStore) ListSecrets() ([]string, error)
func (*VFSSecretStore) VFSPath ¶
func (s *VFSSecretStore) VFSPath() vfs.Path
Click to show internal directories.
Click to hide internal directories.