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/search.structs.go | |
parent | 5f8da4685d6ed2af8550dfe677378e89b9e7b9f5 (diff) |
removed ListPaging from MAL2Go/manga package
Diffstat (limited to 'manga/search.structs.go')
-rw-r--r-- | manga/search.structs.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/manga/search.structs.go b/manga/search.structs.go index d2da279..5affc1d 100644 --- a/manga/search.structs.go +++ b/manga/search.structs.go @@ -21,12 +21,4 @@ type MangaSearchRaw struct { Data []struct { Manga Manga `json:"node"` } `json:"data"` - - Paging ListPaging `json:"paging"` -} - -// this is how mal2go returns data -type MangaSearch struct { - Mangas []Manga - Paging ListPaging } |