Implemented developer database downloads

This commit is contained in:
2019-09-07 19:56:13 +09:00
parent 59b9be5992
commit 4e6aa5eef6
33 changed files with 155 additions and 46 deletions

View File

@ -11,7 +11,7 @@ import (
// AnimeList is a list of anime list items.
type AnimeList struct {
UserID UserID `json:"userId"`
UserID UserID `json:"userId" primary:"true"`
Items []*AnimeListItem `json:"items"`
sync.Mutex