Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MakeEpubInfo ¶
type MakeEpubInfo struct {
Title string
Author string
Cover string
// contains filtered or unexported fields
}
func NewEpub ¶
func NewEpub(title string) *MakeEpubInfo
func (*MakeEpubInfo) AddImage ¶
func (info *MakeEpubInfo) AddImage(fileName string)
func (*MakeEpubInfo) Generate ¶
func (info *MakeEpubInfo) Generate(fileName string)
func (*MakeEpubInfo) MakeChapter ¶
func (info *MakeEpubInfo) MakeChapter(name string)
Click to show internal directories.
Click to hide internal directories.