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

Function init

module/system-apikey/module.go:25–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func init() {
26 apikeyModule := new(imlAPIKeyModule)
27 autowire.Auto[IAPIKeyModule](func() reflect.Value {
28 gateway.RegisterInitHandleFunc(apikeyModule.initGateway)
29 return reflect.ValueOf(apikeyModule)
30 })
31}

Callers

nothing calls this directly

Calls 1

RegisterInitHandleFuncFunction · 0.92

Tested by

no test coverage detected