| 17 | ) |
| 18 | |
| 19 | type imlProviderController struct { |
| 20 | module ai.IProviderModule `autowired:""` |
| 21 | } |
| 22 | |
| 23 | func (i *imlProviderController) Delete(ctx *gin.Context, id string) error { |
| 24 | return i.module.Delete(ctx, id) |
nothing calls this directly
no outgoing calls
no test coverage detected