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

Method ServiceList

service/service/service.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, serviceIds ...string)

Source from the content-addressed store, hash-verified

18 SearchPublicServices(ctx context.Context, keyword string) ([]*Service, error)
19 Check(ctx context.Context, id string, rule map[string]bool) (*Service, error)
20 ServiceList(ctx context.Context, serviceIds ...string) ([]*Service, error)
21 ServiceListByKind(ctx context.Context, kind Kind, serviceIds ...string) ([]*Service, error)
22 AppList(ctx context.Context, appIds ...string) ([]*Service, error)
23 AppListByTeam(ctx context.Context, teamId ...string) ([]*Service, error)

Callers 6

OnInitMethod · 0.65
initGatewayMethod · 0.65
ExportAllMethod · 0.65
ProviderStatisticsMethod · 0.65
statisticOnApiMethod · 0.65
topProjectStatisticsMethod · 0.65

Implementers 1

imlServiceServiceservice/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected