1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-18 23:09:46 +00:00
This commit is contained in:
Jason Hall 2014-04-29 14:39:34 -04:00
parent 398d069548
commit 111a23d243

View file

@ -69,12 +69,9 @@ type ComicsResponse struct {
}
}
type CommonParams struct {
type ComicsParams struct {
Offset int `url:"offset,omitempty"`
Limit int `url:"limit,omitempty"`
}
type ComicsParams struct {
CommonParams
}