SetupFunc is the "setup" function prototype for implementations
func(*Gobuster) error
| 17 | |
| 18 | // SetupFunc is the "setup" function prototype for implementations |
| 19 | type SetupFunc func(*Gobuster) error |
| 20 | |
| 21 | // ProcessFunc is the "process" function prototype for implementations |
| 22 | type ProcessFunc func(*Gobuster, string) ([]Result, error) |
nothing calls this directly
no outgoing calls
no test coverage detected