package
1.6.11
Repository: https://github.com/rendaw/gopass.git
Documentation: pkg.go.dev

# Functions

Directory returns the configuration directory for the gopass config file.
Homedir returns the users home dir or an empty string if the lookup fails.
Load will try to load the config from one of the default locations.
New creates a new config with sane default values.
PwStoreDir reads the password store dir from the environment or returns the default location ~/.password-store if the env is not set.

# Variables

ErrConfigNotFound is returned on load if the config was not found.
ErrConfigNotParsed is returned on load if the config could not be decoded.

# Structs

Config is the current config struct.
Pre130 is the gopass config structure before version 1.3.0.
Pre140 is the gopass config structure before version 1.4.0.
StoreConfig is a per-store (root or mount) config.