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

Function init

module/certificate/certificate.go:21–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func init() {
22 autowire.Auto[ICertificateModule](func() reflect.Value {
23 m := new(imlCertificate)
24 gateway.RegisterInitHandleFunc(m.initGateway)
25 return reflect.ValueOf(m)
26 })
27}

Callers

nothing calls this directly

Calls 1

RegisterInitHandleFuncFunction · 0.92

Tested by

no test coverage detected