aboutsummaryrefslogtreecommitdiffstats
path: root/query/query.go
diff options
context:
space:
mode:
Diffstat (limited to 'query/query.go')
-rw-r--r--query/query.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/query/query.go b/query/query.go
index 3a2321cf..cce61a54 100644
--- a/query/query.go
+++ b/query/query.go
@@ -23,9 +23,9 @@ func NewQuery() *Query {
type Search []string
-// Used for key-value pairs when filtering based on metadata
+// StringPair is a key/value pair of strings
type StringPair struct {
- Key string
+ Key string
Value string
}