Rename Q field to Query
This commit is contained in:
parent
61030d84a1
commit
eaebd96419
@ -22,7 +22,7 @@ type SearchResponse struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ResolveObject struct {
|
type ResolveObject struct {
|
||||||
Q string `json:"q,omitempty" url:"q,omitempty"`
|
Query string `json:"q,omitempty" url:"q,omitempty"`
|
||||||
Auth Optional[string] `json:"auth,omitempty" url:"auth,omitempty"`
|
Auth Optional[string] `json:"auth,omitempty" url:"auth,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user