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

Function init

module/application-authorization/authorization.go:46–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func init() {
47 authModule := new(imlAuthorizationModule)
48 autowire.Auto[IAuthorizationModule](func() reflect.Value {
49 gateway.RegisterInitHandleFunc(authModule.initGateway)
50 return reflect.ValueOf(authModule)
51 })
52
53 autowire.Auto[IExportAuthorizationModule](func() reflect.Value {
54 return reflect.ValueOf(authModule)
55 })
56}

Callers

nothing calls this directly

Calls 1

RegisterInitHandleFuncFunction · 0.92

Tested by

no test coverage detected