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

Method List

controller/ai-api/iml.go:172–174  ·  view source on GitHub ↗
(ctx *gin.Context, keyword string, serviceId string)

Source from the content-addressed store, hash-verified

170}
171
172func (i *imlAPIController) List(ctx *gin.Context, keyword string, serviceId string) ([]*ai_api_dto.APIItem, error) {
173 return i.module.List(ctx, keyword, serviceId)
174}
175
176func (i *imlAPIController) Get(ctx *gin.Context, serviceId string, apiId string) (*ai_api_dto.API, error) {
177 return i.module.Get(ctx, serviceId, apiId)

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected