Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserMangaRequest ¶
GetUserMangaRequest is get user manga request model.
type RereadValue ¶
type RereadValue string
RereadValue is user manga reread value.
const ( RereadValueVeryLow RereadValue = "VERY_LOW" RereadValueLow RereadValue = "LOW" RereadValueMedium RereadValue = "MEDIUM" RereadValueHigh RereadValue = "HIGH" RereadValueVeryHigh RereadValue = "VERY_HIGH" )
Available user manga reread value.
type UserManga ¶
type UserManga struct { Username string MangaID int64 Title string Status Status Score int Volume int Chapter int StartDate Date EndDate Date Priority Priority IsRereading bool RereadCount int RereadValue RereadValue Tags []string Comment string UpdatedAt time.Time }
UserManga is entity for user manga.
Click to show internal directories.
Click to hide internal directories.