Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 Index ¶ type KeyRing func NewKeyRing() (*KeyRing, error) func (kr *KeyRing) DelToken(env string) error func (kr *KeyRing) GetToken(env string) (*api.Token, error) func (kr *KeyRing) SetToken(env string, tok *api.Token) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type KeyRing ¶ type KeyRing struct { Store kr99.Keyring } func NewKeyRing ¶ func NewKeyRing() (*KeyRing, error) func (*KeyRing) DelToken ¶ func (kr *KeyRing) DelToken(env string) error func (*KeyRing) GetToken ¶ func (kr *KeyRing) GetToken(env string) (*api.Token, error) func (*KeyRing) SetToken ¶ func (kr *KeyRing) SetToken(env string, tok *api.Token) error Source Files ¶ View all Source files keyring.go Click to show internal directories. Click to hide internal directories.