Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExtension ¶ added in v0.0.7
func NewExtension() *ext
Types ¶
type Comic ¶
type Comic struct { Title string `json:"title"` Id string `json:"id"` Url string `json:"url"` ComicType string `json:"comictype"` 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 ExtensionSetup ¶ added in v0.0.3
type JsonMethod ¶ added in v0.0.7
type Response ¶
func ArgMethodNotAvailable ¶ added in v0.0.7
func JsonMethodNotAvailable ¶ added in v0.0.7
func MethodNotAvailable ¶ added in v0.0.7
func MethodNotAvailable() Response
func MethodNotFound ¶ added in v0.0.7
func MethodNotFound() Response
type SearchComic ¶
Click to show internal directories.
Click to hide internal directories.