mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-29 23:25:50 +08:00
fix struct names (#6151)
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
This commit is contained in:
@ -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"`
|
||||
|
Reference in New Issue
Block a user