mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
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…
x
Reference in New Issue
Block a user