MCPcopy
hub / github.com/shadow1ng/fscan / ResultCallback

FuncType ResultCallback

common/callback.go:6–6  ·  view source on GitHub ↗

ResultCallback 扫描结果回调函数类型

func(result interface{})

Source from the content-addressed store, hash-verified

4
5// ResultCallback 扫描结果回调函数类型
6type ResultCallback func(result interface{})
7
8var (
9 resultCallback ResultCallback

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected