func(ip string, port string, username string, password string) (err error, result bool)
| 1 | package plugins |
| 2 | |
| 3 | type ScanFunc func(ip string, port string, username string, password string) (err error, result bool) |
| 4 | |
| 5 | var ( |
| 6 | ScanFuncMap map[string]ScanFunc |
nothing calls this directly
no outgoing calls
no test coverage detected