aboutsummaryrefslogtreecommitdiff
path: root/util/structs.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2022-02-28 05:35:39 +0000
committerGitHub <noreply@github.com>2022-02-28 05:35:39 +0000
commit06425ac756f916bca10d0f8797cf575a77dcf69d (patch)
tree7b4df51906c714f83a2bdce710e218a5cbb6672e /util/structs.go
parentf44303ee9de8da4e330116d2c6e6048d59b52526 (diff)
parent38f7861cc533081aba7458ef52a25acdeddd1f16 (diff)
Merge pull request #7 from MikunoNaka/user-mangalist
Added functionality to update manga lists
Diffstat (limited to 'util/structs.go')
-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"`