Versions in this module Expand all Collapse all v1 v1.0.1 Nov 8, 2024 v1.0.0 Nov 7, 2024 Changes in this version + type Proxy struct + Anonymous bool + IP string + LastCheck time.Time + Port string + Score int + Speed int64 + Type ProxyType + type ProxyList []*Proxy + type ProxyType string + const ProxyTypeHTTP + const ProxyTypeHTTPS + const ProxyTypeSOCKS4 + const ProxyTypeSOCKS5 + func (t ProxyType) IsValid() bool