MCPcopy 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
7func init() {
8 gateway.Register("apinto", &Factory{})
9}
10
11var _ gateway.IFactory = &Factory{}
12

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected