Documentation
¶
Index ¶
- func ParseProxyString(s string, defaultProtocol string) (*url.URL, error)
- func StartCheckerPool(proxies []string, target string, proxyType string, timeoutSec int, ...) chan ProxyResult
- func StartSyncGorutines(proxies []string, target string, proxyType string, timeoutSec int) chan ProxyResult
- type ProxyResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartCheckerPool ¶
func StartSyncGorutines ¶
func StartSyncGorutines(proxies []string, target string, proxyType string, timeoutSec int) chan ProxyResult
Types ¶
type ProxyResult ¶
func CheckAll ¶
func CheckAll(proxies []string, target, proxyType string, timeoutSec, threshold int) []ProxyResult
func CheckOne ¶
func CheckOne(proxyAddr, proxyType, target string, timeoutSec int) ProxyResult
Click to show internal directories.
Click to hide internal directories.