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 {
// contains filtered or unexported fields
}
Vault : vault is the container object for vault-related operations
func (*Vault) Close ¶
func (v *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) Open ¶
func (v *Vault) Open(credentials *VaultCredentials) error
Open : setup a connection to the Enpass database. Call this before doing anything.
type VaultCredentials ¶
func (*VaultCredentials) IsComplete ¶
func (credentials *VaultCredentials) IsComplete() bool
Click to show internal directories.
Click to hide internal directories.