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

Method Get

module/service/module.go:20–20  ·  view source on GitHub ↗

Get 获取项目信息

(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

18type IServiceModule interface {
19 // Get 获取项目信息
20 Get(ctx context.Context, id string) (*service_dto.Service, error)
21 // Search 搜索项目
22 Search(ctx context.Context, teamID string, keyword string) ([]*service_dto.ServiceItem, error)
23 // SearchMyServices 搜索

Callers 15

RestLogInfoMethod · 0.65
AILogInfoMethod · 0.65
ServiceOverviewMethod · 0.65
initGatewayMethod · 0.65
searchMyServicesMethod · 0.65
GetMethod · 0.65
SearchMethod · 0.65
EditMethod · 0.65
ServiceDocMethod · 0.65
SearchMethod · 0.65
UpdateAppMethod · 0.65
searchMyAppsMethod · 0.65

Implementers 2

imlServiceModulemodule/service/iml.go
imlServiceControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected