Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
43
func
Register(driver IDriver) {
44
manager.Register(driver)
45
}
46
47
func
CreateExecutor(name string, cfg string) (IExecutor, error) {
48
d, has := manager.Get(name)
Callers
1
init
Function · 0.92
Calls
1
Register
Method · 0.45
Tested by
no test coverage detected