Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Save ¶
func Save(config PasscardConfig) error
Types ¶
type PasscardConfig ¶
type PasscardConfig struct {
// The hash (filename) of the user's preferred private key.
// This is typically set to the user's first private key,
// but `passcard --set-preferred-key` can be used to set it.
PreferredKey string
}
func Load ¶
func Load() (PasscardConfig, error)
Click to show internal directories.
Click to hide internal directories.