MCPcopy
hub / github.com/awake1t/linglong / ScanFunc

FuncType ScanFunc

pkg/plugins/plugins.go:3–3  ·  view source on GitHub ↗
func(ip string, port string, username string, password string) (err error, result bool)

Source from the content-addressed store, hash-verified

1package plugins
2
3type ScanFunc func(ip string, port string, username string, password string) (err error, result bool)
4
5var (
6 ScanFuncMap map[string]ScanFunc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected