Rename Q field to Query
This commit is contained in:
		@@ -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 {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user