Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FB2Description ¶
type FB2Description struct {
TitleInfo FB2TitleInfo `xml:"title-info"`
SrcTitleInfo *FB2TitleInfo `xml:"src-title-info"`
PublishInfo *FB2Publisher `xml:"publish-info"`
}
type FB2File ¶
type FB2File struct {
Description FB2Description `xml:"description"`
}
type FB2Publisher ¶
type FB2Sequence ¶
type FB2TitleInfo ¶
type FB2TitleInfo struct {
BookTitle string `xml:"book-title"`
Keywords string `xml:"keywords"`
Date string `xml:"date"`
Lang string `xml:"lang"`
SrcLang string `xml:"src-lang"`
Genre []string `xml:"genre"`
Author []FB2Author `xml:"author"`
Translator []FB2Author `xml:"translator"`
Sequence []FB2Sequence `xml:"sequence"`
Annotation struct {
HTML string `xml:",innerxml"`
} `xml:"annotation"`
}
Click to show internal directories.
Click to hide internal directories.