package
1.14.4
Repository: https://github.com/kpitt/gopass.git
Documentation: pkg.go.dev

# Packages

Package cli implements a GPG CLI crypto backend.
No description provided by the author
No description provided by the author

# Functions

IsAlwaysTrust will return the value of the always trust flag or the default (false).
UseCache returns true if this request should ignore the cache.
WithAlwaysTrust will return a context with the flag for always trust set.
WithUseCache returns a context with the value of NoCache set.

# Variables

ErrKeyNotFound is returned when a key is not found.

# Structs

Capabilities of a Key.
Identity is a GPG identity, one key can have many IDs.
Key is a GPG key (public or secret).

# Type aliases

KeyList is a searchable slice of Keys.