diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-24 21:40:43 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-24 21:40:43 +0530 |
commit | 314d9bf6cad4bebec431a217c23016680c56179b (patch) | |
tree | a08e45454724d84c3dab6f07cd04bf4bf37e87a9 /util | |
parent | e4f90575f920cbd429814dfc27a775c0666bf718 (diff) |
moved DefaultListStatus back to each package seperately
Diffstat (limited to 'util')
-rw-r--r-- | util/structs.go | 11 |
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"` |