Documentation
¶
Overview ¶
package keyring allows for quick and easy access to the system keyring service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoResultsFound is returned when no results are found in the keyring ErrNoResultsFound = errors.New("no results found") )
Functions ¶
func DeleteKeyring ¶
DeleteKeyring deletes the keyring with the given service and account
func QueryKeyring ¶
QueryKeyring queries the keyring for the first item with the given service and account and return the password as a string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.