Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chapter ¶
type Chapter struct { ID string // Unique identifier for the chapter (can be different per source) SortNum float64 // Number used for sorting chapters RawTitle string // Title straight from source (without Chapter xx) FullTitle string // Title including groups/language/etc Metadata Metadata // contains filtered or unexported fields }
func (*Chapter) SetFilename ¶
type Metadata ¶
type Metadata struct { Title string // Title seen by user in reader (not filename) Num string // Num string for chapter (eg. 20, 20.5) Language string // Language of chapter (will be converted to, but NOT currently, ISO format) Date string // Date of release (no date structure is assumed) Link string // Link to chapter Groups []string // Groups that release/scanlated chapter }
Click to show internal directories.
Click to hide internal directories.