Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrURLInvalid = errors.New("URL Invalid") ErrNoValid = errors.New("No Valid") )
Functions ¶
This section is empty.
Types ¶
type AliveCheck ¶
type Config ¶
type Config struct {
Logf quick.Logf // 日志方法
AliveCheck AliveCheck // 是检查代理存活的方法
Verbose bool // true:打印详细的日志
// contains filtered or unexported fields
}
type ProxyPool ¶
type ProxyPool struct {
// contains filtered or unexported fields
}
func (*ProxyPool) Add ¶
Add 添加一个代理 rawurl: http://xxxx:yy
Click to show internal directories.
Click to hide internal directories.