From 5bb3c8011396fbcd48edc0aea18b14045759cd31 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Sat, 26 Aug 2017 15:56:13 -0700 Subject: [PATCH] Add QueryOptions to SearchRequest --- nomad/structs/structs.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index 18410ecc5..766f3706c 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -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