Delete 删除API
(ctx *gin.Context, serviceId string, apiId string)
| 23 | Edit(ctx *gin.Context, serviceId string, apiId string, dto *router_dto.Edit) (*router_dto.SimpleDetail, error) |
| 24 | // Delete 删除API |
| 25 | Delete(ctx *gin.Context, serviceId string, apiId string) error |
| 26 | // Prefix 获取API前缀 |
| 27 | Prefix(ctx *gin.Context, serviceId string) (string, bool, error) |
| 28 | Simple(ctx *gin.Context, input *router_dto.InputSimpleAPI) ([]*router_dto.SimpleItem, error) |
no outgoing calls
no test coverage detected