Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunProxyChecker ¶
func RunProxyChecker(config Config)
Types ¶
type ProxyResult ¶
type ProxyResult struct {
Proxy string `json:"proxy"`
Type string `json:"type"`
Working bool `json:"working"`
LatencyMs int64 `json:"latency_ms"`
Country string `json:"country"`
Provider string `json:"provider"`
Anonymity string `json:"anonymity"`
Speed string `json:"speed"`
Score int `json:"score"`
CheckTime string `json:"check_time"`
Error string `json:"error,omitempty"`
IPv6 bool `json:"ipv6"`
HasAuth bool `json:"has_auth"`
}
Click to show internal directories.
Click to hide internal directories.