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

Method GetDoc

module/api-doc/iml.go:12–12  ·  view source on GitHub ↗
(ctx context.Context, serviceId string)

Source from the content-addressed store, hash-verified

10type IAPIDocModule interface {
11 UpdateDoc(ctx context.Context, serviceId string, input *api_doc_dto.UpdateDoc) (*api_doc_dto.ApiDocDetail, error)
12 GetDoc(ctx context.Context, serviceId string) (*api_doc_dto.ApiDocDetail, error)
13}
14
15func init() {

Callers 3

CreateMethod · 0.65
GetDocMethod · 0.65
getAPIDocMethod · 0.65

Implementers 3

imlAPIDocModulemodule/api-doc/api_doc.go
imlAPIDocControllercontroller/router/iml.go
imlAPIDocServiceservice/api-doc/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected