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

Method Search

module/router/router.go:21–21  ·  view source on GitHub ↗

Search 获取API列表

(ctx context.Context, keyword string, serviceId string)

Source from the content-addressed store, hash-verified

19 SimpleDetail(ctx context.Context, serviceId string, apiId string) (*router_dto.SimpleDetail, error)
20 // Search 获取API列表
21 Search(ctx context.Context, keyword string, serviceId string) ([]*router_dto.Item, error)
22 // SimpleSearch 获取API简要列表
23 SimpleSearch(ctx context.Context, keyword string, serviceId string) ([]*router_dto.SimpleItem, error)
24 SimpleList(ctx context.Context, serviceId string) ([]*router_dto.SimpleItem, error)

Callers 3

RemoteListMethod · 0.65
SearchMethod · 0.65
SimpleSearchMethod · 0.65

Implementers 1

imlRouterModulemodule/router/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected