diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-16 20:35:13 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-16 20:35:13 +0530 |
commit | 052b6604a04ca0909bad714981e3d94c6d9e20b4 (patch) | |
tree | 161c9ea1ea8c050499d0717632dacb771d2ac3f9 /manga/ranking.structs.go | |
parent | 5f8da4685d6ed2af8550dfe677378e89b9e7b9f5 (diff) |
removed ListPaging from MAL2Go/manga package
Diffstat (limited to 'manga/ranking.structs.go')
-rw-r--r-- | manga/ranking.structs.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/manga/ranking.structs.go b/manga/ranking.structs.go index 698b68a..c681eaa 100644 --- a/manga/ranking.structs.go +++ b/manga/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 MangaRanking struct { - Mangas []rManga - Paging ListPaging } |