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

Function init

module/ai-balance/module.go:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func init() {
23 balanceModule := new(imlBalanceModule)
24 autowire.Auto[IBalanceModule](func() reflect.Value {
25 gateway.RegisterInitHandleFunc(balanceModule.initGateway)
26 return reflect.ValueOf(balanceModule)
27 })
28}

Callers

nothing calls this directly

Calls 1

RegisterInitHandleFuncFunction · 0.92

Tested by

no test coverage detected