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

FuncType SetupFunc

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

SetupFunc is the "setup" function prototype for implementations

func(*Gobuster) error

Source from the content-addressed store, hash-verified

17
18// SetupFunc is the "setup" function prototype for implementations
19type SetupFunc func(*Gobuster) error
20
21// ProcessFunc is the "process" function prototype for implementations
22type ProcessFunc func(*Gobuster, string) ([]Result, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected