From 314d9bf6cad4bebec431a217c23016680c56179b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 24 Feb 2022 21:40:43 +0530 Subject: moved DefaultListStatus back to each package seperately --- util/structs.go | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'util/structs.go') 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"` -- cgit v1.2.3