Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ type Store func New() *Store func (store *Store) DeleteSecret(id secrets.ID) error func (store *Store) GetSecret(req secrets.Request) (secrets.Envelope, error) func (store *Store) ListSecrets() ([]secrets.Envelope, error) func (store *Store) PutSecret(id secrets.ID, value []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Store ¶ type Store struct{} func New ¶ func New() *Store func (*Store) DeleteSecret ¶ func (store *Store) DeleteSecret(id secrets.ID) error func (*Store) GetSecret ¶ func (store *Store) GetSecret(req secrets.Request) (secrets.Envelope, error) func (*Store) ListSecrets ¶ func (store *Store) ListSecrets() ([]secrets.Envelope, error) func (*Store) PutSecret ¶ func (store *Store) PutSecret(id secrets.ID, value []byte) error Source Files ¶ View all Source files dummy.golocal.go Click to show internal directories. Click to hide internal directories.