Create 创建目录
(ctx *gin.Context, input *catalogue_dto.CreateCatalogue)
| 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 修改目录 |
| 20 | Edit(ctx *gin.Context, id string, input *catalogue_dto.EditCatalogue) error |
| 21 | // Delete 删除目录 |
no outgoing calls
no test coverage detected