aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/structs.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/util/structs.go b/util/structs.go
index 1483d3f..600ec94 100644
--- a/util/structs.go
+++ b/util/structs.go
@@ -77,17 +77,6 @@ type Genre struct {
Name string `json:"name"`
}
-type DefaultListStatus struct {
- Status string `json:"status"`
- Score int `json:"score"`
- StartDate string `json:"start_date"`
- FinishDate string `json:"finish_date"`
- Priority int `json:"priority"`
- Tags string `json:"tags"`
- Comments string `json:"comments"`
- UpdatedAt string `json:"updated_at"`
-}
-
type AltTitles struct {
Synonyms []string `json:"synonyms"`
En string `json:"en"`