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

Method Delete

controller/catalogue/catalogue.go:22–22  ·  view source on GitHub ↗

Delete 删除目录

(ctx *gin.Context, id string)

Source from the content-addressed store, hash-verified

20 Edit(ctx *gin.Context, id string, input *catalogue_dto.EditCatalogue) error
21 // Delete 删除目录
22 Delete(ctx *gin.Context, id string) error
23 // Services 服务列表
24 Services(ctx *gin.Context, keyword string) ([]*catalogue_dto.ServiceItem, error)
25 // ServiceDetail 服务详情

Callers 1

DeleteMethod · 0.65

Implementers 2

imlCatalogueModulemodule/catalogue/iml.go
imlCatalogueControllercontroller/catalogue/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected