mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
removes empty option in JSON tag
option can not be empty in JSON tag Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>
This commit is contained in:
parent
cabdb13dad
commit
756d77663b
@ -59,7 +59,7 @@ type serverStats struct {
|
|||||||
StartTime time.Time `json:"startTime"`
|
StartTime time.Time `json:"startTime"`
|
||||||
} `json:"leaderInfo"`
|
} `json:"leaderInfo"`
|
||||||
|
|
||||||
RecvAppendRequestCnt uint64 `json:"recvAppendRequestCnt,"`
|
RecvAppendRequestCnt uint64 `json:"recvAppendRequestCnt"`
|
||||||
RecvingPkgRate float64 `json:"recvPkgRate,omitempty"`
|
RecvingPkgRate float64 `json:"recvPkgRate,omitempty"`
|
||||||
RecvingBandwidthRate float64 `json:"recvBandwidthRate,omitempty"`
|
RecvingBandwidthRate float64 `json:"recvBandwidthRate,omitempty"`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user