Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ init
Function
init
plugins/core/core.go:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
)
57
58
func
init() {
59
pm3.Register(
"core"
, new(Driver))
60
}
61
62
type
Driver
struct
{
63
}
Callers
nothing calls this directly
Calls
1
Register
Method · 0.45
Tested by
no test coverage detected