Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ init
Function
init
gateway/apinto/factory.go:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
)
6
7
func
init() {
8
gateway.Register(
"apinto"
, &Factory{})
9
}
10
11
var
_ gateway.IFactory = &Factory{}
12
Callers
nothing calls this directly
Calls
1
Register
Function · 0.92
Tested by
no test coverage detected