Documentation
¶
Overview ¶
Copyright 2022 Hal Canary Use of this program is governed by the file LICENSE.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToEbook ¶ added in v0.5.0
Types ¶
type EbookInfo ¶
type EbookInfo struct {
Authors string
Comments string
Title string
Source string
Language string
Chapters []Chapter
Modified time.Time
Cover []byte
}
Ebook content and metadata.
func (EbookInfo) CalculateLastModified ¶
Return the time of most recently modified chapter.
Click to show internal directories.
Click to hide internal directories.