Versions in this module Expand all Collapse all v0 v0.1.0 Dec 16, 2023 Changes in this version + type FreeProxy struct + Config FreeProxyConfig + func New(config FreeProxyConfig) *FreeProxy + func (fp *FreeProxy) GetProxy() (string, error) + func (fp *FreeProxy) GetProxyList() ([]string, error) + func (fp *FreeProxy) GetWorkingProxy() (string, error) + type FreeProxyConfig struct + Anonym bool + CountryID []string + Elite bool + Google bool + HTTPS bool + Random bool + Timeout float64