Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MangaInfo ¶
type MangaInfo struct {
Title string `json:"title"`
Cover string `json:"cover"`
Chapters []MangaInfoChapter `json:"chapters"`
}
func ReadMangaInfo ¶
type MangaInfoChapter ¶
Click to show internal directories.
Click to hide internal directories.