(ctx context.Context, id string)
| 21 | Edit(ctx context.Context, id string, input *catalogue_dto.EditCatalogue) error |
| 22 | |
| 23 | Get(ctx context.Context, id string) (*catalogue_dto.Catalogue, error) |
| 24 | // Delete 删除目录 |
| 25 | Delete(ctx context.Context, id string) error |
| 26 | // Services 关键字筛选服务列表 |
no outgoing calls
no test coverage detected