aboutsummaryrefslogtreecommitdiff
path: root/anime/anime.structs.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@protonmail.ch>2022-02-05 21:52:30 +0530
committerVidhu Kant Sharma <vidhukant@protonmail.ch>2022-02-05 21:52:30 +0530
commitf3ec24145da97fa7e4a5687503a6f46d59ff8c2a (patch)
treedd8f63a52b862b2ba64d562230da087d727d0fd2 /anime/anime.structs.go
parentb876e67c2b21631231a06a4f7c929cb212d01595 (diff)
added function to get seasonal anime and added fields support to all the endpoints that have it
Diffstat (limited to 'anime/anime.structs.go')
-rw-r--r--anime/anime.structs.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/anime/anime.structs.go b/anime/anime.structs.go
index d9d4221..1599e6d 100644
--- a/anime/anime.structs.go
+++ b/anime/anime.structs.go
@@ -47,11 +47,6 @@ type ListStatus struct {
UpdatedAt string `json:"updated_at"`
}
-type Season struct {
- Year int `json:"year"`
- Name string `json:"season"`
-}
-
type Broadcast struct {
Day string `json:"day_of_the_week"`
Time string `json:"start_time"`