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 {