Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Book ¶
type Book struct { XMLName xml.Name `xml:"http://www.gribuser.ru/xml/fictionbook/2.0 title-info"` Author []Author `xml:"http://www.gribuser.ru/xml/fictionbook/2.0 author"` Title string `xml:"http://www.gribuser.ru/xml/fictionbook/2.0 book-title"` Lang string `xml:"lang"` Genres []string `xml:""` Archive string FileName string }
Click to show internal directories.
Click to hide internal directories.