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