fix struct names (#6151)

Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
This commit is contained in:
huajin tong
2024-03-06 21:53:03 +08:00
committed by GitHub
parent 5a4374bea0
commit 277472d081
3 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@ func init() {
// reverse proxy upstreams in the pool.
type adminUpstreams struct{}
// upstreamResults holds the status of a particular upstream
// upstreamStatus holds the status of a particular upstream
type upstreamStatus struct {
Address string `json:"address"`
NumRequests int `json:"num_requests"`