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

Method Search

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

Source from the content-addressed store, hash-verified

55
56 UpdateApp(ctx *gin.Context, appId string, project *service_dto.UpdateApp) (*service_dto.App, error)
57 Search(ctx *gin.Context, teamId string, keyword string) ([]*service_dto.AppItem, error)
58 SearchMyApps(ctx *gin.Context, teamId string, keyword string) ([]*service_dto.AppItem, error)
59 // SimpleApps 获取简易项目列表
60 SimpleApps(ctx *gin.Context, keyword string) ([]*service_dto.SimpleAppItem, error)

Callers 6

searchMethod · 0.65
createAIServiceMethod · 0.65
SearchMethod · 0.65
CreateMethod · 0.65
SearchMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected