Versions in this module Expand all Collapse all v0 v0.3.0 Jun 10, 2026 v0.2.0 May 29, 2026 Changes in this version + const AccountName + const ServiceName + var ErrNotFound = errors.New("secretstore: no secret found") + func Delete() error + func Get() (string, error) + func Name() string + func Set(value string) error + func TruncateForDisplay(s string) string + func Use(b Backend) + type Backend interface + Available func() bool + Delete func() error + Get func() (string, error) + Name func() string + Set func(value string) error + func UseDefault() Backend + type MemoryBackend struct + func UseMemoryBackend() *MemoryBackend + func (m *MemoryBackend) Available() bool + func (m *MemoryBackend) Delete() error + func (m *MemoryBackend) Get() (string, error) + func (m *MemoryBackend) Name() string + func (m *MemoryBackend) Set(value string) error