Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandASNInputValue ¶
Types ¶
type Runner ¶
type Runner struct {
CrawlerOptions *types.CrawlerOptions
Stdin bool
Crawler engine.Engine
Options *types.Options
State *RunnerState
Networkpolicy *networkpolicy.NetworkPolicy
}
Runner creates the required resources for crawling and executes the crawl process.
func (*Runner) ExecuteCrawling ¶
ExecuteCrawling executes the crawling main loop
type RunnerState ¶
type RunnerState struct {
InFlightUrls *mapsutil.SyncLockMap[string, struct{}]
}
Click to show internal directories.
Click to hide internal directories.