MCPcopy
hub / github.com/name5566/leaf / Module

Interface Module

module/module.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Module interface {
11 OnInit()
12 OnDestroy()
13 Run(closeSig chan bool)
14}
15
16type module struct {
17 mi Module

Callers 3

InitFunction · 0.80
destroyFunction · 0.65
runFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected