mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
change peer to follower
This commit is contained in:
parent
2eb0625f15
commit
cc722a413f
@ -81,7 +81,7 @@ func (ss *raftServerStats) SendAppendReq(pkgSize int) {
|
||||
|
||||
type raftFollowersStats struct {
|
||||
Leader string `json:"leader"`
|
||||
Followers map[string]*raftFollowerStats `json:"peers"`
|
||||
Followers map[string]*raftFollowerStats `json:"follwers"`
|
||||
}
|
||||
|
||||
type raftFollowerStats struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user