MCPcopy
hub / github.com/OJ/gobuster / ProcessFunc

FuncType ProcessFunc

libgobuster/libgobuster.go:22–22  ·  view source on GitHub ↗

ProcessFunc is the "process" function prototype for implementations

func(*Gobuster, string) ([]Result, error)

Source from the content-addressed store, hash-verified

20
21// ProcessFunc is the "process" function prototype for implementations
22type ProcessFunc func(*Gobuster, string) ([]Result, error)
23
24// ResultToStringFunc is the "to string" function prototype for implementations
25type ResultToStringFunc func(*Gobuster, *Result) (*string, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected