()
| 32 | } |
| 33 | |
| 34 | func init() { |
| 35 | strategyModule := new(imlStrategyModule) |
| 36 | autowire.Auto[IStrategyModule](func() reflect.Value { |
| 37 | gateway.RegisterInitHandleFunc(strategyModule.initGateway) |
| 38 | return reflect.ValueOf(strategyModule) |
| 39 | }) |
| 40 | } |
nothing calls this directly
no test coverage detected