Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
type Vault ¶
type Vault struct {
// Logger : the logger instance
Logger logrus.Logger
// contains filtered or unexported fields
}
Vault : vault is the container object for vault-related operations
func (*Vault) Close ¶
Close : close the connection to the underlying database. Always call this in the end.
func (*Vault) GetEntries ¶
GetEntries : return the password entries in the Enpass database.
func (*Vault) GetUniqueEntry ¶ added in v1.3.3
Click to show internal directories.
Click to hide internal directories.