mirror of https://github.com/status-im/consul.git
CreateIndex, ModifyIndex added for CatalogService
This commit is contained in:
parent
4dc526afed
commit
4f96fa0aea
|
@ -7,6 +7,8 @@ type Node struct {
|
|||
}
|
||||
|
||||
type CatalogService struct {
|
||||
CreateIndex uint64
|
||||
ModifyIndex uint64
|
||||
Node string
|
||||
Address string
|
||||
TaggedAddresses map[string]string
|
||||
|
|
Loading…
Reference in New Issue