Backend: add a new field to userbook and allow to fetch it
This commit is contained in:
@@ -15,6 +15,7 @@ type UserBook struct {
|
||||
Rating int
|
||||
Read bool
|
||||
WantRead bool
|
||||
Review string
|
||||
StartReadDate *time.Time
|
||||
EndReadDate *time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user