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

# Functions

GetFsckFunc will return the fsck confirmation callback or a default one returning true.
GetImportFunc will return the import callback or a default one returning true Note: will never return nil.
GetReason returns the value of reason.
GetRecipientFunc will return the recipient callback or a default one returning the unaltered list of recipients.
HasAutoSync has been set if a value for auto sync has been set in this context.
HasCheckRecipients returns true if check recipients has been set in this context.
HasFsckCheck returns true if a value for fsck check has been set in this context.
HasFsckForce returns true if a value for fsck force has been set in this context.
HasFsckFunc returns true if a fsck func has been set in this context.
HasImportFunc returns true if a value for import func has been set in this context.
HasReason returns true if a value for reason has been set in this context.
HasRecipientFunc returns true if a recipient func has been set in this context.
IsAutoSync returns the value of autosync.
IsCheckRecipients will return the value of the check recipients flag or the default value (false).
IsFsckCheck returns the value of fsck check.
IsFsckForce returns the value of fsck force.
New creates a new store, copying settings from the given root store.
WithAutoSync returns a context with the flag for autosync set.
WithCheckRecipients will return a context with the flag for check recipients set.
WithFsckCheck returns a context with the flag for fscks check set.
WithFsckForce returns a context with the flag for fsck force set.
WithFsckFunc will return a context with the fsck confirmation callback set.
WithImportFunc will return a context with the import callback set.
WithReason returns a context with a commit/change reason set.
WithRecipientFunc will return a context with the recipient callback set.

# Constants

GPGID is the name of the file containing the recipient ids.
TemplateFile is the name of a pass template.

# Structs

Store is password store.