MCPcopy
hub / github.com/projectdiscovery/katana / Crawler

Struct Crawler

pkg/engine/headless/crawler/crawler.go:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type Crawler struct {
33 logger *slog.Logger
34 launcher *browser.Launcher
35 options Options
36 crawlQueue queue.Queue[*types.Action]
37 crawlGraph *graph.CrawlGraph
38 simhashOracle *simhash.Oracle
39 uniqueActions map[string]struct{}
40 diagnostics diagnostics.Writer
41 loggedIn bool
42}
43
44type Options struct {
45 ChromiumPath string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected