mirror of https://github.com/status-im/consul.git
consul: Fixing struct type
This commit is contained in:
parent
18b4e51bb5
commit
1996deaa18
|
@ -149,7 +149,7 @@ type IndexedNodes struct {
|
|||
|
||||
type IndexedServices struct {
|
||||
Index uint64
|
||||
Services map[string][]string
|
||||
Services Services
|
||||
}
|
||||
|
||||
type IndexedServiceNodes struct {
|
||||
|
|
Loading…
Reference in New Issue