Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrKeyNotFound = errors.New("The specified item could not be found in the keychain.")
View Source
var ErrNoAvailImpl = errors.New("No keyring implementation for your platform available.")
Functions ¶
Types ¶
type ArrayKeyring ¶
type ArrayKeyring struct {
// contains filtered or unexported fields
}
func (*ArrayKeyring) Remove ¶
func (k *ArrayKeyring) Remove(service, key string) error
Click to show internal directories.
Click to hide internal directories.