Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Book ¶
type Book struct { Ncx Ncx `json:"ncx"` Opf Opf `json:"opf"` Container Container `json:"-"` Mimetype string `json:"-"` // contains filtered or unexported fields }
Book epub book
type Container ¶
type Container struct {
Rootfile rootfile `xml:"rootfiles>rootfile" json:"rootfile"`
}
Container META-INF/container.xml file
Click to show internal directories.
Click to hide internal directories.