MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / DeleteApp

Method DeleteApp

controller/service/iml.go:791–793  ·  view source on GitHub ↗
(ctx *gin.Context, appId string)

Source from the content-addressed store, hash-verified

789}
790
791func (i *imlAppController) DeleteApp(ctx *gin.Context, appId string) error {
792 return i.module.DeleteApp(ctx, appId)
793}
794
795//func newAIUpstream(id string, provider string, uri model_runtime.IProviderURI) *upstream_dto.Upstream {
796// return &upstream_dto.Upstream{

Callers

nothing calls this directly

Calls 1

DeleteAppMethod · 0.65

Tested by

no test coverage detected