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

Method Get

controller/service/service.go:17–17  ·  view source on GitHub ↗

Get 获取

(ctx *gin.Context, id string)

Source from the content-addressed store, hash-verified

15type IServiceController interface {
16 // Get 获取
17 Get(ctx *gin.Context, id string) (*service_dto.Service, error)
18 // SearchMyServices 搜索服务
19 SearchMyServices(ctx *gin.Context, teamID string, keyword string) ([]*service_dto.ServiceItem, error)
20 Search(ctx *gin.Context, teamIDs string, keyword string) ([]*service_dto.ServiceItem, error)

Callers 5

Top10Method · 0.65
swaggerMethod · 0.65
ExportSwaggerMethod · 0.65
SwaggerMethod · 0.65
GetMethod · 0.65

Implementers 1

imlServiceControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected