Create 创建API
(ctx *gin.Context, serviceId string, dto *router_dto.Create)
| 19 | Search(ctx *gin.Context, keyword string, serviceId string) ([]*router_dto.Item, error) |
| 20 | // Create 创建API |
| 21 | Create(ctx *gin.Context, serviceId string, dto *router_dto.Create) (*router_dto.SimpleDetail, error) |
| 22 | // Edit 编辑API |
| 23 | Edit(ctx *gin.Context, serviceId string, apiId string, dto *router_dto.Edit) (*router_dto.SimpleDetail, error) |
| 24 | // Delete 删除API |
no outgoing calls
no test coverage detected