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

Method Delete

controller/catalogue/iml.go:64–66  ·  view source on GitHub ↗
(ctx *gin.Context, id string)

Source from the content-addressed store, hash-verified

62}
63
64func (i *imlCatalogueController) Delete(ctx *gin.Context, id string) error {
65 return i.catalogueModule.Delete(ctx, id)
66}
67
68func (i *imlCatalogueController) Services(ctx *gin.Context, keyword string) ([]*catalogue_dto.ServiceItem, error) {
69 items, err := i.catalogueModule.Services(ctx, keyword)

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected