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

Struct Crawler

pkg/engine/standard/standard.go:11–13  ·  view source on GitHub ↗

Crawler is a standard crawler instance

Source from the content-addressed store, hash-verified

9
10// Crawler is a standard crawler instance
11type Crawler struct {
12 *common.Shared
13}
14
15// New returns a new standard crawler instance
16func New(options *types.CrawlerOptions) (*Crawler, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected