Search 搜索目录、标签列表
(ctx *gin.Context, keyword string)
| 14 | type ICatalogueController interface { |
| 15 | // Search 搜索目录、标签列表 |
| 16 | Search(ctx *gin.Context, keyword string) ([]*catalogue_dto.Item, []*tag_dto.Item, error) |
| 17 | // Create 创建目录 |
| 18 | Create(ctx *gin.Context, input *catalogue_dto.CreateCatalogue) error |
| 19 | // Edit 修改目录 |
no outgoing calls
no test coverage detected