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

Method GetApp

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

Source from the content-addressed store, hash-verified

61 MySimpleApps(ctx *gin.Context, keyword string) ([]*service_dto.SimpleAppItem, error)
62 SearchCanSubscribe(ctx *gin.Context, serviceId string) ([]*service_dto.SubscribeAppItem, error)
63 GetApp(ctx *gin.Context, appId string) (*service_dto.App, error)
64 DeleteApp(ctx *gin.Context, appId string) error
65}
66

Callers 3

GetAppMethod · 0.65
AppMCPConfigMethod · 0.65
importApplicationsMethod · 0.65

Implementers 2

imlAppModulemodule/service/iml.go
imlAppControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected