mirror of
https://github.com/imjasonh/go-marvel
synced 2026-07-18 23:09:46 +00:00
.
This commit is contained in:
parent
398d069548
commit
111a23d243
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue