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

Function init

module/strategy/module.go:34–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func init() {
35 strategyModule := new(imlStrategyModule)
36 autowire.Auto[IStrategyModule](func() reflect.Value {
37 gateway.RegisterInitHandleFunc(strategyModule.initGateway)
38 return reflect.ValueOf(strategyModule)
39 })
40}

Callers

nothing calls this directly

Calls 1

RegisterInitHandleFuncFunction · 0.92

Tested by

no test coverage detected