Update proxy.go

This commit is contained in:
berlin2123 2022-06-12 16:47:42 +08:00 committed by GitHub
parent eccbeab2f5
commit a165076c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,7 +325,6 @@ func IsTheTypeToLog(LogDurationTypes string, name string) bool {
return false
}
type Manager struct {
// proxies indexed by proxy name
pxys map[string]Proxy