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

Method Search

module/service/module.go:62–62  ·  view source on GitHub ↗
(ctx context.Context, teamId string, keyword string)

Source from the content-addressed store, hash-verified

60 CreateApp(ctx context.Context, teamID string, input *service_dto.CreateApp) (*service_dto.App, error)
61 UpdateApp(ctx context.Context, appId string, input *service_dto.UpdateApp) (*service_dto.App, error)
62 Search(ctx context.Context, teamId string, keyword string) ([]*service_dto.AppItem, error)
63 SearchMyApps(ctx context.Context, teamId string, keyword string) ([]*service_dto.AppItem, error)
64 SearchCanSubscribe(ctx context.Context, serviceId string) ([]*service_dto.SubscribeAppItem, bool, error)
65 // SimpleApps 获取简易项目列表

Callers 9

RemoteListMethod · 0.65
searchMyServicesMethod · 0.65
SimpleMethod · 0.65
SearchMethod · 0.65
getTagUuidsMethod · 0.65
SearchMethod · 0.65
searchMyAppsMethod · 0.65
SimpleAppsMethod · 0.65
SearchSubscribersMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected