Versions in this module Expand all Collapse all v0 v0.1.0 Apr 26, 2026 Changes in this version + var ErrProxyDead = errors.New("proxy is dead") + type CheckResult struct + Ping time.Duration + URL string + type CheckResults struct + Alive []string + Dead []string + type Provider struct + Fetch func() []string + Name string + type ProxyData struct + Host string + Port int + Secret string + type Result struct + Ping time.Duration + type VpnAPIResponse struct + Pages int + Proxies []vpnProxy