Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OPAccount ¶
type OPAccount struct {
ID string `json:"id"`
}
OPAccount represents an Account.
func ParseAccount ¶
ParseAccount will parse an account from JSON.
type OPField ¶
type OPField struct { ID string `json:"id"` Type string `json:"type"` Label string `json:"label,omitempty"` Value string `json:"value,omitempty"` }
OPField represents a Field.
type OPItem ¶
type OPItem struct { ID string `json:"id,omitempty"` Vault *OPVault `json:"vault,omitempty"` Title string `json:"title"` Category string `json:"category"` Fields []*OPField `json:"fields"` Tags []string `json:"tags"` URLs []*OPURL `json:"urls"` }
OPItem represents an Item.
Click to show internal directories.
Click to hide internal directories.