aboutsummaryrefslogtreecommitdiff
path: root/anime/general.structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'anime/general.structs.go')
-rw-r--r--anime/general.structs.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/anime/general.structs.go b/anime/general.structs.go
index c49b762..5df1357 100644
--- a/anime/general.structs.go
+++ b/anime/general.structs.go
@@ -26,3 +26,8 @@ type Season struct {
Year int `json:"year"`
Name string `json:"season"`
}
+
+type AnimeList struct {
+ Animes []Anime
+ Paging ListPaging
+}