diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-05 21:52:30 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-05 21:52:30 +0530 |
commit | f3ec24145da97fa7e4a5687503a6f46d59ff8c2a (patch) | |
tree | dd8f63a52b862b2ba64d562230da087d727d0fd2 /anime/anime.structs.go | |
parent | b876e67c2b21631231a06a4f7c929cb212d01595 (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.go | 5 |
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"` |