From 8d69db7a89b5435ed2731cff5cbff5787379d691 Mon Sep 17 00:00:00 2001 From: aksentyev Date: Tue, 27 Sep 2016 23:59:26 +0300 Subject: [PATCH] CreateIndex, ModifyIndex added for CatalogService --- api/catalog.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/catalog.go b/api/catalog.go index 337772ec0..7e33bf2f4 100644 --- a/api/catalog.go +++ b/api/catalog.go @@ -7,6 +7,8 @@ type Node struct { } type CatalogService struct { + CreateIndex uint64 + ModifyIndex uint64 Node string Address string TaggedAddresses map[string]string