| 11 | ) |
| 12 | |
| 13 | type imlCertificate struct { |
| 14 | module certificate.ICertificateModule `autowired:""` |
| 15 | } |
| 16 | |
| 17 | func (c *imlCertificate) Create(ctx *gin.Context, create *certificate_dto.FileInput) error { |
| 18 | return c.module.Create(ctx, create) |
nothing calls this directly
no outgoing calls
no test coverage detected