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

Interface Engine

pkg/engine/engine.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package engine
2
3type Engine interface {
4 Crawl(string) error
5 Close() error
6}

Callers 11

CrawlMethod · 0.65
ExecuteCrawlingMethod · 0.65
ExecuteMethod · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
NewFunction · 0.65
WriteMethod · 0.65
CloseMethod · 0.65
appendToFileFieldFunction · 0.65
updateIndexFunction · 0.65
parseCustomFieldNameFunction · 0.65

Implementers 4

Headlesspkg/engine/headless/headless.go
Crawlerpkg/engine/headless/crawler/crawler.go
Crawlerpkg/engine/hybrid/hybrid.go
Crawlerpkg/engine/standard/standard.go

Calls

no outgoing calls

Tested by

no test coverage detected