aboutsummaryrefslogtreecommitdiff
path: root/manga/search.structs.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 20:35:13 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 20:35:13 +0530
commit052b6604a04ca0909bad714981e3d94c6d9e20b4 (patch)
tree161c9ea1ea8c050499d0717632dacb771d2ac3f9 /manga/search.structs.go
parent5f8da4685d6ed2af8550dfe677378e89b9e7b9f5 (diff)
removed ListPaging from MAL2Go/manga package
Diffstat (limited to 'manga/search.structs.go')
-rw-r--r--manga/search.structs.go8
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
}