mirror of https://github.com/status-im/consul.git
Merge pull request #2366 from aksentyev/master
api client: CatalogService added fields CreateIndex, ModifyIndex
This commit is contained in:
commit
6ce295e0de
|
@ -16,6 +16,8 @@ type CatalogService struct {
|
|||
ServiceTags []string
|
||||
ServicePort int
|
||||
ServiceEnableTagOverride bool
|
||||
CreateIndex uint64
|
||||
ModifyIndex uint64
|
||||
}
|
||||
|
||||
type CatalogNode struct {
|
||||
|
|
Loading…
Reference in New Issue