Delete 删除目录
(ctx context.Context, id string)
| 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 服务详情 |
no outgoing calls
no test coverage detected