From 1996deaa18e17e5cd292a6621e77ffbf75e7feaa Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Wed, 5 Feb 2014 14:27:24 -0800 Subject: [PATCH] consul: Fixing struct type --- consul/structs/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/structs/structs.go b/consul/structs/structs.go index 0e085dcb80..5b32320f28 100644 --- a/consul/structs/structs.go +++ b/consul/structs/structs.go @@ -149,7 +149,7 @@ type IndexedNodes struct { type IndexedServices struct { Index uint64 - Services map[string][]string + Services Services } type IndexedServiceNodes struct {