From 8a998a58e65fa435cdfc0134867a422d26af007f Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 16 Jun 2022 18:32:05 +0530 Subject: removed ListPaging from MAL2Go/anime package --- anime/search.structs.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'anime/search.structs.go') diff --git a/anime/search.structs.go b/anime/search.structs.go index ff79a4b..c18d572 100644 --- a/anime/search.structs.go +++ b/anime/search.structs.go @@ -16,17 +16,8 @@ package anime -// this is how the API returns data (looks horrible) type AnimeSearchRaw struct { Data []struct { Anime Anime `json:"node"` } `json:"data"` - - Paging ListPaging `json:"paging"` -} - -// this is how mal2go returns data -type AnimeSearch struct { - Animes []Anime - Paging ListPaging } -- cgit v1.2.3