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

Function init

module/plugin-cluster/plugin-partition.go:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

RegisterInitHandleFuncFunction · 0.92

Tested by

no test coverage detected