mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 00:27:04 +00:00
Moves index fields to the bottom of the structure.
This commit is contained in:
parent
4f96fa0aea
commit
ad25acaf6a
@ -7,8 +7,6 @@ type Node struct {
|
||||
}
|
||||
|
||||
type CatalogService struct {
|
||||
CreateIndex uint64
|
||||
ModifyIndex uint64
|
||||
Node string
|
||||
Address string
|
||||
TaggedAddresses map[string]string
|
||||
@ -18,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