()
| 23 | } |
| 24 | |
| 25 | func init() { |
| 26 | apikeyModule := new(imlAPIKeyModule) |
| 27 | autowire.Auto[IAPIKeyModule](func() reflect.Value { |
| 28 | gateway.RegisterInitHandleFunc(apikeyModule.initGateway) |
| 29 | return reflect.ValueOf(apikeyModule) |
| 30 | }) |
| 31 | } |
nothing calls this directly
no test coverage detected