diff --git a/types/site.go b/types/site.go index f3d921a..8bd0a09 100644 --- a/types/site.go +++ b/types/site.go @@ -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 {