()
| 20 | } |
| 21 | |
| 22 | func init() { |
| 23 | autowire.Auto[IPluginClusterModule](func() reflect.Value { |
| 24 | m := new(imlPluginClusterModule) |
| 25 | gateway.RegisterInitHandleFunc(m.initGateway) |
| 26 | return reflect.ValueOf(m) |
| 27 | }) |
| 28 | } |
nothing calls this directly
no test coverage detected