CreateIndex, ModifyIndex added for CatalogService
This commit is contained in:
parent
0c8add2a1f
commit
8d69db7a89
|
@ -7,6 +7,8 @@ type Node struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type CatalogService struct {
|
type CatalogService struct {
|
||||||
|
CreateIndex uint64
|
||||||
|
ModifyIndex uint64
|
||||||
Node string
|
Node string
|
||||||
Address string
|
Address string
|
||||||
TaggedAddresses map[string]string
|
TaggedAddresses map[string]string
|
||||||
|
|
Loading…
Reference in New Issue