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

Function init

module/log/module.go:18–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func init() {
19 logModule := new(imlLogModule)
20
21 autowire.Auto[ILogModule](func() reflect.Value {
22
23 gateway.RegisterInitHandleFunc(logModule.initGateway)
24 return reflect.ValueOf(logModule)
25 })
26}

Callers

nothing calls this directly

Calls 1

RegisterInitHandleFuncFunction · 0.92

Tested by

no test coverage detected