Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Comic ¶
type Comic struct { Title string `json:"title"` Id string `json:"id"` Url string `json:"url"` SourceId string `json:"sourceid"` SourceName string `json:"sourcename"` ComicType string `json:"comictype"` ReaderMode string `json:"readermode"` ReleaseStatus string `json:"releasestatus"` Summary string `json:"summary"` Cover string `json:"cover"` Authors []string `json:"authors"` Artists []string `json:"artists"` Altnames []string `json:"altnames"` Genres []string `json:"genres"` Year string `json:"year"` Chapters []Chapter `json:"chapters"` }
type Extension ¶
type Extension struct { Name string `json:"name"` ExtensionId string `json:"id"` Author string `json:"author"` ExtensionSource string `json:"source"` Sources []Source `json:"sources"` Logo string `json:"logo"` Executable string `json:"executable"` UpdatesUrl string `json:"updatesurl"` Updater string `json:"updater"` Version string `json:"version"` }
type SearchComic ¶
Click to show internal directories.
Click to hide internal directories.