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