Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserAnimeRequest ¶
GetUserAnimeRequest is get user anime request model.
type RewatchValue ¶
type RewatchValue string
RewatchValue is user anime rewatch value.
const ( RewatchValueVeryLow RewatchValue = "VERY_LOW" RewatchValueLow RewatchValue = "LOW" RewatchValueMedium RewatchValue = "MEDIUM" RewatchValueHigh RewatchValue = "HIGH" RewatchValueVeryHigh RewatchValue = "VERY_HIGH" )
Available user anime rewatch value.
type UserAnime ¶
type UserAnime struct { ID int64 Username string AnimeID int64 Status Status Score int Episode int StartDay int StartMonth int StartYear int EndDay int EndMonth int EndYear int Priority Priority IsRewatching bool RewatchCount int RewatchValue RewatchValue Tags []string Comment string UpdatedAt time.Time }
UserAnime is user anime entity.
Click to show internal directories.
Click to hide internal directories.