MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlProviderController

Struct imlProviderController

controller/ai/iml.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type imlProviderController struct {
20 module ai.IProviderModule `autowired:""`
21}
22
23func (i *imlProviderController) Delete(ctx *gin.Context, id string) error {
24 return i.module.Delete(ctx, id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected