Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Client *rpc.Client
Client is a point to rpc.Client
Functions ¶
Types ¶
type Chapter ¶
type Chapter struct { URL string `json:"url"` Title string `json:"title"` Ctitle string `json:"ctitle"` Pictures map[string]string `json:"pictures"` }
Chapter contains chapter informations
func DownloadChapter ¶
DownloadChapter function remote call Download.Chapter
type Comic ¶
type Comic struct { URL string `json:"url"` Title string `json:"title"` Summary string `json:"summary"` Cover string `json:"cover"` Chapters map[string]string `json:"chapters"` Indexes []string `json:"indexes"` Latest string `json:"latest"` Source string `json:"source"` }
Comic contains comic informations
func DownloadComic ¶
DownloadComic function remote call Download.Comic
type Parameter ¶
type Parameter struct { Website string `json:"website"` Comic string `json:"comic"` Chapter string `json:"chapter"` Path string `json:"path"` Latest string `json:"latest"` URLs []string `json:"urls"` }
Parameter contains all request actions
Click to show internal directories.
Click to hide internal directories.