consul: Fixing struct type

This commit is contained in:
Armon Dadgar 2014-02-05 14:27:24 -08:00
parent 18b4e51bb5
commit 1996deaa18
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ type IndexedNodes struct {
type IndexedServices struct {
Index uint64
Services map[string][]string
Services Services
}
type IndexedServiceNodes struct {