mirror of https://github.com/hashicorp/consul
consul: Fixing struct type
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