MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Delete

Method Delete

controller/service/service.go:29–29  ·  view source on GitHub ↗

Delete 删除

(ctx *gin.Context, id string)

Source from the content-addressed store, hash-verified

27 Edit(ctx *gin.Context, id string, input *service_dto.EditService) (*service_dto.Service, error)
28 // Delete 删除
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)

Callers 2

DeleteStrategyMethod · 0.65
DeleteMethod · 0.65

Implementers 1

imlServiceControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected