Versions in this module Expand all Collapse all v1 v1.0.0 Aug 14, 2023 Changes in this version + var DefaultProxyIp string + var DefaultProxyPassword string + var DefaultProxyPort string + var DefaultProxyUserName string + var SearchBookOrderEnum = struct{ ... } + type AAbookApi struct + Get func(pointPath string, params url.Values) requests.HttpResultInterface + func NewAAbookApi() *AAbookApi + func (receiver *AAbookApi) BookChapterIndexApi(bookId string) []BookChapterIndex + func (receiver *AAbookApi) BookIndexByPageApi(pageNum, pageSize, catId, size, isFinish, updT, orderBy int) []IndexBook + func (receiver *AAbookApi) BookInfoByIdApi(bookId string) *BookInfo + func (receiver *AAbookApi) ChapterByChapterIdApi(chapterId string) *Chapter + func (receiver *AAbookApi) SearchBookInfoByKeywordApi(keyword string, page int, order string) []SearchBook + type AAbookClient struct + Api *AAbookApi + func NewAAbookClient() *AAbookClient + func (receiver *AAbookClient) BookInfo(bookId string) *BookInfo + func (receiver *AAbookClient) DownloadBook(bookId string) chan *Chapter + func (receiver *AAbookClient) GetBookIndexByPage(page int, pageSize int) []IndexBook + func (receiver *AAbookClient) Search(keyword string, page int, order string) []SearchBook + type BookCatalog struct + BookId string + BookName string + Index int + OriginBookId string + OriginUrl string + type BookChapterIndex struct + BookId string + ChapterContentWordCount string + ChapterId string + ChapterIndex string + ChapterTitle string + ChapterUpdateTime string + type BookInfo struct + BookAuthor string + BookId string + BookName string + BookStatus string + BookType string + CreationTime string + Description string + LastUpdatedChapterName string + LastUpdatedChapterTime string + MonthCount string + MonthRecommendedCount string + TotalRecommendedCount string + ViewCount string + WeekCount string + WeekRecommendedCount string + WordCount string + type Chapter struct + ChapterContent string + ChapterId string + ChapterTitle string + type IndexBook struct + BookAuthor string + BookId string + BookName string + BookType string + Index int + LastUpdatedChapterTime string + ViewCount string + type SearchBook struct + BookAuthor string + BookId string + BookName string + BookStatus string + Index int