renames PartialMatch to MatchAny

This commit is contained in:
bergquist
2018-09-13 15:15:42 +02:00
parent 835a75335c
commit aed8208d78
6 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type ItemQuery struct {
RegionId int64 `json:"regionId"`
Tags []string `json:"tags"`
Type string `json:"type"`
PartialMatch bool `json:"partialMatch"`
MatchAny bool `json:"matchAny"`
Limit int64 `json:"limit"`
}