package
0.0.0-20230516015252-6899a59df33f
Repository: https://github.com/henson/proxypool.git
Documentation: pkg.go.dev
# Functions
CountIPs .
DeleteIP .
FindAll .
GetAll .
GetOne .
InsertIps SaveIps save ips info to database.
LoadDatabaseInfo .
NewEngine .
NewIP .
NewTestEngine .
SetEngine .
Test if have https proxy in databasejust test on MySQL/Mariadb database dbName: ProxyPool dbTableName: ip select distinct if(exists(select * from ProxyPool.ip where type1='https'),1,0) as a from ProxyPool.ip;.
Update the Ip.
# Variables
No description provided by the author
No description provided by the author
HasEngine .
# Interfaces
Engine represents a XORM engine or session.