Search 搜索目录
(ctx context.Context, keyword string)
| 15 | type ICatalogueModule interface { |
| 16 | // Search 搜索目录 |
| 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 编辑目录 |
no outgoing calls
no test coverage detected