ProcessFunc is the "process" function prototype for implementations
func(*Gobuster, string) ([]Result, error)
| 20 | |
| 21 | // ProcessFunc is the "process" function prototype for implementations |
| 22 | type ProcessFunc func(*Gobuster, string) ([]Result, error) |
| 23 | |
| 24 | // ResultToStringFunc is the "to string" function prototype for implementations |
| 25 | type ResultToStringFunc func(*Gobuster, *Result) (*string, error) |
nothing calls this directly
no outgoing calls
no test coverage detected