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

Method Detail

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

Detail 获取API详情

(ctx *gin.Context, serviceId string, apiId string)

Source from the content-addressed store, hash-verified

15type IRouterController interface {
16 // Detail 获取API详情
17 Detail(ctx *gin.Context, serviceId string, apiId string) (*router_dto.Detail, error)
18 // Search 获取API列表
19 Search(ctx *gin.Context, keyword string, serviceId string) ([]*router_dto.Item, error)
20 // Create 创建API

Callers 2

importApisMethod · 0.65
DetailMethod · 0.65

Implementers 1

imlAPIControllercontroller/router/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected