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 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 Request ¶
type Request struct {
BaseDomain string
URL *url.URL
Depth int32
// contains filtered or unexported fields
}
Request
Click to show internal directories.
Click to hide internal directories.