MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / ServiceDetail

Method ServiceDetail

controller/catalogue/catalogue.go:26–26  ·  view source on GitHub ↗

ServiceDetail 服务详情

(ctx *gin.Context, sid string)

Source from the content-addressed store, hash-verified

24 Services(ctx *gin.Context, keyword string) ([]*catalogue_dto.ServiceItem, error)
25 // ServiceDetail 服务详情
26 ServiceDetail(ctx *gin.Context, sid string) (*catalogue_dto.ServiceDetail, error)
27 // Subscribe 订阅服务
28 Subscribe(ctx *gin.Context, subscribeInfo *catalogue_dto.SubscribeService) error
29 Sort(ctx *gin.Context, sorts *[]*catalogue_dto.SortItem) error

Callers 1

ServiceDetailMethod · 0.65

Implementers 2

imlCatalogueModulemodule/catalogue/iml.go
imlCatalogueControllercontroller/catalogue/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected