Create 创建目录
(ctx context.Context, input *catalogue_dto.CreateCatalogue)
| 17 | Search(ctx context.Context, keyword string) ([]*catalogue_dto.Item, error) |
| 18 | // Create 创建目录 |
| 19 | Create(ctx context.Context, input *catalogue_dto.CreateCatalogue) error |
| 20 | // Edit 编辑目录 |
| 21 | Edit(ctx context.Context, id string, input *catalogue_dto.EditCatalogue) error |
| 22 |
no outgoing calls
no test coverage detected