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

Method Search

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

Source from the content-addressed store, hash-verified

744}
745
746func (i *imlAppController) Search(ctx *gin.Context, teamId string, keyword string) ([]*service_dto.AppItem, error) {
747 return i.module.Search(ctx, teamId, keyword)
748}
749
750func (i *imlAppController) CreateApp(ctx *gin.Context, teamID string, input *service_dto.CreateApp) (*service_dto.App, error) {
751 app, err := i.module.CreateApp(ctx, teamID, input)

Callers

nothing calls this directly

Calls 1

SearchMethod · 0.65

Tested by

no test coverage detected