Documentation
¶
Index ¶
Constants ¶
View Source
const ( LoginItem = Category("001") CreditCardItem = Category("002") SecureNoteItem = Category("003") IdentityItem = Category("004") PasswordItem = Category("005") TombstoneItem = Category("099") SoftwareLicenseItem = Category("100") BankAccountItem = Category("101") DatabaseItem = Category("102") DriverLicenseItem = Category("103") OutdoorLicenseItem = Category("104") MembershipItem = Category("105") PassportItem = Category("106") RewardsItem = Category("107") SSNItem = Category("108") RouterItem = Category("109") ServerItem = Category("110") EmailItem = Category("111") )
Variables ¶
This section is empty.
Functions ¶
func LookupVaults ¶
Types ¶
type Item ¶
type Item struct {
UUID string
Category Category
Fave int
Trashed bool
Folder string
O []byte
K []byte
D []byte
HMAC []byte
Tx int64
Updated int64
Created int64
Data *struct {
UUID string `json:"uuid,omitempty"`
Category Category `json:"category,omitempty"`
// Overview
Title string `json:"title,omitempty"`
URL string `json:"url,omitempty"`
Domain string `json:"domain,omitempty"`
URLs []struct {
U string `json:"url,omitempty"`
L string `json:"label,omitempty"`
}
// Data
BackupKeys [][]byte `json:"backupKeys"`
Password string `json:"password,omitempty"`
Fields []struct {
Type string `json:"type,omitempty"`
Name string `json:"name,omitempty"`
Designation string `json:"designation,omitempty"`
Value string `json:"value,omitempty"`
} `json:"fields,omitempty"`
}
}
Click to show internal directories.
Click to hide internal directories.