Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Anime ¶
type Anime struct { ID int `json:"id"` Image string `json:"image"` Title string `json:"title"` Genres []common.Genre `json:"genres"` Synopsis string `json:"synopsis"` Source string `json:"source"` Producers []common.IDName `json:"producers"` Episode int `json:"episode"` Licensors []string `json:"licensors"` Type string `json:"type"` StartDate string `json:"startDate"` Member int `json:"member"` Score float64 `json:"score"` }
Anime represents the main model for MyAnimeList genre's anime list.
type Manga ¶
type Manga struct { ID int `json:"id"` Image string `json:"image"` Title string `json:"title"` Genres []common.Genre `json:"genres"` Synopsis string `json:"synopsis"` Authors []common.IDName `json:"authors"` Volume int `json:"volume"` Serializations []string `json:"serializations"` Type string `json:"type"` StartDate string `json:"startDate"` Member int `json:"member"` Score float64 `json:"score"` }
Manga represents the main model for MyAnimeList genre's manga list.
Click to show internal directories.
Click to hide internal directories.