MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Register

Function Register

module/monitor/driver/manager.go:43–45  ·  view source on GitHub ↗
(driver IDriver)

Source from the content-addressed store, hash-verified

41}
42
43func Register(driver IDriver) {
44 manager.Register(driver)
45}
46
47func CreateExecutor(name string, cfg string) (IExecutor, error) {
48 d, has := manager.Get(name)

Callers 1

initFunction · 0.92

Calls 1

RegisterMethod · 0.45

Tested by

no test coverage detected