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

Struct imlAPIDocModule

module/api-doc/api_doc.go:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21var _ IAPIDocModule = (*imlAPIDocModule)(nil)
22
23type imlAPIDocModule struct {
24 apiDocService api_doc.IAPIDocService `autowired:""`
25 serviceService service.IServiceService `autowired:""`
26 serviceOverviewService service_overview.IOverviewService `autowired:""`
27 transaction store.ITransaction `autowired:""`
28}
29
30func (i *imlAPIDocModule) UpdateDoc(ctx context.Context, serviceId string, input *api_doc_dto.UpdateDoc) (*api_doc_dto.ApiDocDetail, error) {
31 info, err := i.serviceService.Get(ctx, serviceId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected