Documentation ¶ Index ¶ type Rotator func New(proxies []string) *Rotator func (pr *Rotator) Next() scrapemate.Proxy func (pr *Rotator) Proxies() []string func (pr *Rotator) RoundTrip(req *http.Request) (*http.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Rotator ¶ type Rotator struct { // contains filtered or unexported fields } func New ¶ func New(proxies []string) *Rotator func (*Rotator) Next ¶ func (pr *Rotator) Next() scrapemate.Proxy func (*Rotator) Proxies ¶ added in v0.9.6 func (pr *Rotator) Proxies() []string func (*Rotator) RoundTrip ¶ func (pr *Rotator) RoundTrip(req *http.Request) (*http.Response, error) Source Files ¶ View all Source files proxy.go Click to show internal directories. Click to hide internal directories.