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

Method Delete

module/catalogue/catalogue.go:25–25  ·  view source on GitHub ↗

Delete 删除目录

(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

23 Get(ctx context.Context, id string) (*catalogue_dto.Catalogue, error)
24 // Delete 删除目录
25 Delete(ctx context.Context, id string) error
26 // Services 关键字筛选服务列表
27 Services(ctx context.Context, keyword string) ([]*catalogue_dto.ServiceItem, error)
28 // ServiceDetail 服务详情

Callers 1

DeleteMethod · 0.65

Implementers 1

imlCatalogueModulemodule/catalogue/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected