Rename Q field to Query

This commit is contained in:
Elara 2022-12-10 12:10:34 -08:00
parent 61030d84a1
commit eaebd96419

View File

@ -22,8 +22,8 @@ type SearchResponse struct {
}
type ResolveObject struct {
Q string `json:"q,omitempty" url:"q,omitempty"`
Auth Optional[string] `json:"auth,omitempty" url:"auth,omitempty"`
Query string `json:"q,omitempty" url:"q,omitempty"`
Auth Optional[string] `json:"auth,omitempty" url:"auth,omitempty"`
}
type ResolveObjectResponse struct {