diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-16 18:32:05 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-16 18:32:05 +0530 |
commit | 8a998a58e65fa435cdfc0134867a422d26af007f (patch) | |
tree | 93e141b28ef582ed79cc8169d41c93047bc2f5a7 /anime/ranking.structs.go | |
parent | fccd266e2bb014582831d2125b050ee2c0e929c0 (diff) |
removed ListPaging from MAL2Go/anime package
Diffstat (limited to 'anime/ranking.structs.go')
-rw-r--r-- | anime/ranking.structs.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/anime/ranking.structs.go b/anime/ranking.structs.go index b0d357f..9f238e8 100644 --- a/anime/ranking.structs.go +++ b/anime/ranking.structs.go @@ -30,12 +30,4 @@ type RawRanking struct { Rank int `json:"rank"` } `json:"ranking"` } `json:"data"` - - Paging ListPaging `json:"paging"` -} - -// this is how mal2go returns data -type AnimeRanking struct { - Animes []rAnime - Paging ListPaging } |