Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookData ¶
type BookData struct {
BookID string // 书籍唯一标识
Title string // 书名
Author string // 作者
Language string // 语言
ModifiedTime string // 修改时间
Pages []PageData // 所有页面
}
BookData EPUB 书籍数据
func CreateBookData ¶
CreateBookData 从书籍信息创建 BookData
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator EPUB 生成器
Click to show internal directories.
Click to hide internal directories.