Versions in this module Expand all Collapse all v1 v1.0.0 Jul 6, 2021 Changes in this version + type Proxy struct + Host string + Password string + Port string + Scheme string + Username string + func Create(url url.URL) Proxy + func (pxy Proxy) String() string + type ProxyProvider interface + GetProxy func(site model.Site) *Proxy + type SimpleProxyProvider struct + func BuildProxyProvider(proxies []Proxy) *SimpleProxyProvider + func ProxyProviderFrom(proxies ...Proxy) *SimpleProxyProvider + func (sp SimpleProxyProvider) GetProxy(site model.Site) *Proxy