mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
Merge pull request #2908 from hashicorp/jbs-2882
API: Add struct fields, fixes #2882
This commit is contained in:
commit
491785320d
@ -25,6 +25,8 @@ type AgentService struct {
|
|||||||
Port int
|
Port int
|
||||||
Address string
|
Address string
|
||||||
EnableTagOverride bool
|
EnableTagOverride bool
|
||||||
|
CreateIndex uint64
|
||||||
|
ModifyIndex uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
// AgentMember represents a cluster member known to the agent
|
// AgentMember represents a cluster member known to the agent
|
||||||
|
@ -6,6 +6,8 @@ type Node struct {
|
|||||||
Address string
|
Address string
|
||||||
TaggedAddresses map[string]string
|
TaggedAddresses map[string]string
|
||||||
Meta map[string]string
|
Meta map[string]string
|
||||||
|
CreateIndex uint64
|
||||||
|
ModifyIndex uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type CatalogService struct {
|
type CatalogService struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user