MCPcopy
hub / github.com/owasp-amass/amass / Dispatcher

Interface Dispatcher

engine/types/events.go:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type Dispatcher interface {
28 DispatchEvent(e *Event) error
29 Shutdown()
30}
31
32type AssetData struct {
33 OAMAsset oam.Asset `json:"asset"`

Callers 11

PutAssetMethod · 0.65
processMethod · 0.65
processMethod · 0.65
submitIPAddressMethod · 0.65
createPTRAliasMethod · 0.65
processMethod · 0.65
processMethod · 0.65
processMethod · 0.65
NewEngineFunction · 0.95
ShutdownMethod · 0.65
ShutdownMethod · 0.65

Implementers 1

dispatcherengine/dispatcher/dispatcher.go

Calls

no outgoing calls

Tested by

no test coverage detected