Versions in this module Expand all Collapse all v1 v1.0.1 Aug 24, 2026 v1.0.0 Aug 24, 2026 Changes in this version + type FileStore struct + Dir string + func (f *FileStore) Delete(profile string) error + func (f *FileStore) Get(profile string) (string, error) + func (f *FileStore) Name() string + func (f *FileStore) Set(profile, key string) error + type OSKeyring struct + func (OSKeyring) Delete(profile string) error + func (OSKeyring) Get(profile string) (string, error) + func (OSKeyring) Name() string + func (OSKeyring) Set(profile, key string) error + type Store interface + Delete func(profile string) error + Get func(profile string) (string, error) + Name func() string + Set func(profile, key string) error + func Open() (store Store, warn string, err error)