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

Method UpdateApp

controller/service/iml.go:771–773  ·  view source on GitHub ↗
(ctx *gin.Context, appId string, input *service_dto.UpdateApp)

Source from the content-addressed store, hash-verified

769 return app, nil
770}
771func (i *imlAppController) UpdateApp(ctx *gin.Context, appId string, input *service_dto.UpdateApp) (*service_dto.App, error) {
772 return i.module.UpdateApp(ctx, appId, input)
773}
774
775func (i *imlAppController) SearchMyApps(ctx *gin.Context, teamId string, keyword string) ([]*service_dto.AppItem, error) {
776 return i.module.SearchMyApps(ctx, teamId, keyword)

Callers

nothing calls this directly

Calls 1

UpdateAppMethod · 0.65

Tested by

no test coverage detected