Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { // url – typically the login URL, but you can use http://sn to create a Secure Note URL string `json:"url"` // username – the username used for the site entry Username string `json:"username"` // password – the password used for the site entry Password string `json:"password"` // extra – can be either the "notes" section of a site entry or the body of a secure note Extra string `json:"extra"` // name – the name to identify the site entry or secure note in your vault Name string `json:"name"` // grouping – the folder where you would like the item to be stored in your vault Grouping string `json:"grouping"` // fav – enter a 1, if the entry should be added as a Favorite but by default the value will be 0 (indicating that it should not be added as a Favorite) Fav string `json:"fav"` // totp – enter the TOTP code generated for your site entry (learn more about this feature) TOTP string `json:"totp"` }
Click to show internal directories.
Click to hide internal directories.