Rename Q field to Query
This commit is contained in:
parent
61030d84a1
commit
eaebd96419
@ -22,8 +22,8 @@ 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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ResolveObjectResponse struct {
|
type ResolveObjectResponse struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user