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

Method Search

controller/service/iml.go:667–669  ·  view source on GitHub ↗
(ctx *gin.Context, teamIDs string, keyword string)

Source from the content-addressed store, hash-verified

665}
666
667func (i *imlServiceController) Search(ctx *gin.Context, teamIDs string, keyword string) ([]*service_dto.ServiceItem, error) {
668 return i.module.Search(ctx, teamIDs, keyword)
669}
670
671func (i *imlServiceController) Create(ctx *gin.Context, teamID string, input *service_dto.CreateService) (*service_dto.Service, error) {
672 if input.Kind == "ai" {

Callers

nothing calls this directly

Calls 1

SearchMethod · 0.65

Tested by

no test coverage detected