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

Method Delete

controller/service/iml.go:724–726  ·  view source on GitHub ↗
(ctx *gin.Context, id string)

Source from the content-addressed store, hash-verified

722}
723
724func (i *imlServiceController) Delete(ctx *gin.Context, id string) error {
725 return i.module.Delete(ctx, id)
726}
727
728func (i *imlServiceController) ServiceDoc(ctx *gin.Context, id string) (*service_dto.ServiceDoc, error) {
729 return i.docModule.ServiceDoc(ctx, id)

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected