Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Chapters ¶
@Summary get manga chapter list @Produce json @Param manga_url query string true " " @Success 200 {object} model.MangaInfo @Router /chapters [get]
func CountProcess ¶
@Summary CountProcess @Produce json @Success 200 {object} model.ProcessCount @Router /count/process [GET]
func Download ¶
@Summary download chapter list @Produce json @Param download_list body model.ChapterRowList true " " @Success 200 {object} model.ChapterList @Router /download [POST]
func DownloadMangaList ¶
@Summary download manga list @Produce json @Success 200 {object} model.MangaDetailList @Router /manga [GET]
func GenerateManga ¶
@Summary generate manga @Accept json @Produce json @Param mobi_info body model.MobiInfo true " " @Success 200 {object} model.Mobi @Router /manga/generate [POST]
func ReDwonloadChapter ¶
@Summary check chapter all picture download again @Produce json @Param chapter_id path int true " " @Success 200 {object} model.PictureList @Router /check/chapter/{chapter_id} [POST]
Types ¶
This section is empty.