Edit 修改目录
(ctx *gin.Context, id string, input *catalogue_dto.EditCatalogue)
| 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 删除目录 |
| 22 | Delete(ctx *gin.Context, id string) error |
| 23 | // Services 服务列表 |
no outgoing calls
no test coverage detected