Detail 获取API详情
(ctx *gin.Context, serviceId string, apiId string)
| 15 | type IRouterController interface { |
| 16 | // Detail 获取API详情 |
| 17 | Detail(ctx *gin.Context, serviceId string, apiId string) (*router_dto.Detail, error) |
| 18 | // Search 获取API列表 |
| 19 | Search(ctx *gin.Context, keyword string, serviceId string) ([]*router_dto.Item, error) |
| 20 | // Create 创建API |
no outgoing calls
no test coverage detected