package
module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Aug 27, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-python-keyring
go module to interface with the python keyring. this requires that keyring
executable is located within the default path.
Documentation
¶
type Config struct {
Backend string
NoDisplay bool
}
NewKeyring returns a new Keyring object
Del removes the key from the current group
Get retrieves the value from the key in the current group
Set sets the key to value in the current group
Source Files
¶
Click to show internal directories.
Click to hide internal directories.