Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIncorrectPassword = errors.New("Incorrect credentials")
ErrIncorrectPassword means that the credentials are incorrect
Functions ¶
Types ¶
type Card ¶
type Card struct { ID string `xml:"id,attr"` Symbol string `xml:"symbol,attr"` Template string `xml:"template,attr"` Type string `xml:"type,attr"` WebsiteIcon string `xml:"website_icon,attr"` TimeStamp string `xml:"time_stamp,attr"` Deleted string `xml:"deleted,attr"` Title string `xml:"title,attr"` Color string `xml:"color,attr"` Star string `xml:"star,attr"` Field []Field `xml:"field"` }
type Database ¶
Click to show internal directories.
Click to hide internal directories.