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

Method SaveServiceDoc

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

Source from the content-addressed store, hash-verified

29 Delete(ctx *gin.Context, id string) error
30 ServiceDoc(ctx *gin.Context, id string) (*service_dto.ServiceDoc, error)
31 SaveServiceDoc(ctx *gin.Context, id string, input *service_dto.SaveServiceDoc) error
32 Simple(ctx *gin.Context) ([]*service_dto.SimpleServiceItem, error)
33 MySimple(ctx *gin.Context) ([]*service_dto.SimpleServiceItem, error)
34

Callers 4

initAILocalServiceMethod · 0.65
createAIServiceMethod · 0.65
SaveServiceDocMethod · 0.65
createAIServiceMethod · 0.65

Implementers 1

imlServiceControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected