Merge pull request #2366 from aksentyev/master

api client: CatalogService added fields CreateIndex, ModifyIndex
This commit is contained in:
James Phillips 2016-11-17 16:38:39 -08:00 committed by GitHub
commit 5a643c6e3f
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ type CatalogService struct {
ServiceTags []string ServiceTags []string
ServicePort int ServicePort int
ServiceEnableTagOverride bool ServiceEnableTagOverride bool
CreateIndex uint64
ModifyIndex uint64
} }
type CatalogNode struct { type CatalogNode struct {