From 5e306d5c3d5554d9e8362d080528042c2bb74643 Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Thu, 10 Nov 2016 15:42:42 -0800 Subject: [PATCH] Removing QueryMeta from ServerMembersResponse --- nomad/structs/structs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index d7e3ced25..9f94bcacf 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -366,7 +366,6 @@ type ServerMembersResponse struct { ServerRegion string ServerDC string Members []*ServerMember - QueryMeta } // ServerMember holds information about a Nomad server agent in a cluster