CreateIndex, ModifyIndex added for CatalogService

This commit is contained in:
aksentyev 2016-09-27 23:59:26 +03:00 committed by Grigory Aksentyev
parent 0c8add2a1f
commit 8d69db7a89
1 changed files with 2 additions and 0 deletions

View File

@ -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