aboutsummaryrefslogtreecommitdiff
path: root/anime/search.structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'anime/search.structs.go')
-rw-r--r--anime/search.structs.go9
1 files changed, 0 insertions, 9 deletions
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
}