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

Method SaveServiceDoc

controller/service/iml.go:732–734  ·  view source on GitHub ↗
(ctx *gin.Context, id string, input *service_dto.SaveServiceDoc)

Source from the content-addressed store, hash-verified

730}
731
732func (i *imlServiceController) SaveServiceDoc(ctx *gin.Context, id string, input *service_dto.SaveServiceDoc) error {
733 return i.docModule.SaveServiceDoc(ctx, id, input)
734}
735
736type imlAppController struct {
737 module service.IAppModule `autowired:""`

Callers

nothing calls this directly

Calls 1

SaveServiceDocMethod · 0.65

Tested by

no test coverage detected