Documentation ¶
Index ¶
- type Fetcher
- type Logger
- type Option
- func SetFetcher(f Fetcher) Option
- func SetFilter(allowed, disallowed []string) Option
- func SetLogger(l Logger) Option
- func SetMaxBodySize(size int64) Option
- func SetMaxDepth(depth int32) Option
- func SetParallel(parallel int) Option
- func SetProxies(proxies []string) Option
- func SetQueue(q Queue) Option
- func SetRateLimit(rate int, interval time.Duration) Option
- func SetStore(s Store) Option
- func SetUserAgents(agents []string) Option
- type Param
- type Queue
- type Report
- type Request
- type Response
- type Store
- type WBot
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue interface { Enqueue(req Request) error Dequeue() (Request, error) Next() bool Close() error }
Queue
Source Files ¶
Click to show internal directories.
Click to hide internal directories.