aboutsummaryrefslogtreecommitdiff
path: root/anime/suggestedanime.structs.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 18:32:05 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 18:32:05 +0530
commit8a998a58e65fa435cdfc0134867a422d26af007f (patch)
tree93e141b28ef582ed79cc8169d41c93047bc2f5a7 /anime/suggestedanime.structs.go
parentfccd266e2bb014582831d2125b050ee2c0e929c0 (diff)
removed ListPaging from MAL2Go/anime package
Diffstat (limited to 'anime/suggestedanime.structs.go')
-rw-r--r--anime/suggestedanime.structs.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/anime/suggestedanime.structs.go b/anime/suggestedanime.structs.go
index 13e5afc..d8517b6 100644
--- a/anime/suggestedanime.structs.go
+++ b/anime/suggestedanime.structs.go
@@ -21,11 +21,4 @@ type SuggestedAnimeRaw struct {
Data []struct {
Anime Anime `json:"node"`
} `json:"data"`
- Paging ListPaging `json:"paging"`
-}
-
-// this is how mal2go returns data
-type SuggestedAnime struct {
- Animes []Anime
- Paging ListPaging
}