()
| 28 | } |
| 29 | |
| 30 | func init() { |
| 31 | autowire.Auto[IDynamicModuleModule](func() reflect.Value { |
| 32 | m := new(imlDynamicModule) |
| 33 | gateway.RegisterInitHandleFunc(m.initGateway) |
| 34 | return reflect.ValueOf(m) |
| 35 | }) |
| 36 | } |
nothing calls this directly
no test coverage detected