Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultServiceName = "freeagent"
Variables ¶
View Source
var ErrNotFound = errors.New("token not found")
Functions ¶
func DefaultFileDir ¶
Types ¶
type KeychainStore ¶
type KeychainStore struct {
Service string
}
func (*KeychainStore) Delete ¶
func (s *KeychainStore) Delete(profile string) error
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func NewDefaultStore ¶
func NewStore ¶
func NewStore(primary TokenStore, fallback TokenStore) *Store
Click to show internal directories.
Click to hide internal directories.