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

Method GetDoc

controller/router/iml.go:61–63  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string)

Source from the content-addressed store, hash-verified

59}
60
61func (i *imlAPIDocController) GetDoc(ctx *gin.Context, serviceId string) (*api_doc_dto.ApiDocDetail, error) {
62 return i.module.GetDoc(ctx, serviceId)
63}
64
65func (i *imlAPIDocController) UploadDoc(ctx *gin.Context, serviceId string) (*api_doc_dto.ApiDocDetail, error) {
66 // 获取文件内容

Callers

nothing calls this directly

Calls 1

GetDocMethod · 0.65

Tested by

no test coverage detected