| 12 | ) |
| 13 | |
| 14 | type imlReleaseController struct { |
| 15 | module release.IReleaseModule `autowired:""` |
| 16 | diffModule service_diff.IServiceDiffModule `autowired:""` |
| 17 | } |
| 18 | |
| 19 | func (c *imlReleaseController) Create(ctx *gin.Context, project string, input *dto.CreateInput) error { |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected