Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Review ¶
type Review struct { ID int `json:"id"` Username string `json:"username"` Image string `json:"image"` Source Source `json:"source"` Helpful int `json:"helpful"` Date common.DateTime `json:"date"` Episode string `json:"episode"` Chapter string `json:"chapter"` Score map[string]int `json:"score"` Review string `json:"review"` }
Review represents the main model for MyAnimeList review information.
Click to show internal directories.
Click to hide internal directories.