Add QueryOptions to SearchRequest

This commit is contained in:
Alex Dadgar
2017-08-26 15:56:13 -07:00
parent 3d462d71d2
commit 5bb3c80113

View File

@@ -269,6 +269,8 @@ type SearchRequest struct {
// node, evaluation, allocation, or empty (indicated every context should be
// matched)
Context Context
QueryOptions
}
// JobRegisterRequest is used for Job.Register endpoint