Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Recommend ¶
type Recommend struct { Username string `json:"username"` Date time.Time `json:"date"` Source Source `json:"source"` Content string `json:"content"` }
Recommend represents the main model for MyAnimeList recommendation list.
type Recommendation ¶
Recommendation represents the main model for MyAnimeList recommendation.
type Source ¶
type Source struct { Liked SourceDetail `json:"liked"` Recommended SourceDetail `json:"recommended"` }
Source represents recommendation source (anime/manga) model.
Click to show internal directories.
Click to hide internal directories.