mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
parent
6dd0abdc9f
commit
818d00fda3
@ -127,6 +127,14 @@ type AgentMember struct {
|
|||||||
Addr string
|
Addr string
|
||||||
Port uint16
|
Port uint16
|
||||||
Tags map[string]string
|
Tags map[string]string
|
||||||
|
// Status of the Member which corresponds to github.com/hashicorp/serf/serf.MemberStatus
|
||||||
|
// Value is one of:
|
||||||
|
//
|
||||||
|
// AgentMemberNone = 0
|
||||||
|
// AgentMemberAlive = 1
|
||||||
|
// AgentMemberLeaving = 2
|
||||||
|
// AgentMemberLeft = 3
|
||||||
|
// AgentMemberFailed = 4
|
||||||
Status int
|
Status int
|
||||||
ProtocolMin uint8
|
ProtocolMin uint8
|
||||||
ProtocolMax uint8
|
ProtocolMax uint8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user