package
1.4.0
Repository: https://github.com/thebigjc/gopass.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrDecrypt is returned if we failed to decrypt and entry.
ErrEncrypt is returned if we failed to encrypt an entry.
ErrExistsFailed is returend if we can't check for existence.
ErrGitInit is returned if git is already initialized.
ErrGitNoRemote is returned if git has no origin remote.
ErrGitNothingToCommit is returned if there are no staged changes.
ErrGitNotInit is returned if git is not initialized.
ErrNoBody is returned if a secret exists but has no content beyond a password.
ErrNoPassword is returned is a secret exists but has no password, only a body.
ErrNotFound is returned if an entry was not found.
ErrSneaky is returned if the user passes a possible malicious path to gopass.
ErrYAMLNoKey is returned if a YAML document doesn't contain a key.
ErrYAMLNoMark is returned if a secret contains no valid YAML document marker.
ErrYAMLValueUnsupported is returned is the user tries to unmarshal an nested struct.

# Type aliases

ByLen is a list of mount points (string) that can be sorted by length.
ByPathLen sorts mount points by the number of level / path separators.
FsckCallback is a callback to ask the user to confirm certain fsck corrective actions.
ImportCallback is a callback to ask the user if he wants to import a certain recipients public key into his keystore.
RecipientCallback is a callback to verify the list of recipients.