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