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