Search 获取API列表
(ctx context.Context, keyword string, serviceId string)
| 19 | SimpleDetail(ctx context.Context, serviceId string, apiId string) (*router_dto.SimpleDetail, error) |
| 20 | // Search 获取API列表 |
| 21 | Search(ctx context.Context, keyword string, serviceId string) ([]*router_dto.Item, error) |
| 22 | // SimpleSearch 获取API简要列表 |
| 23 | SimpleSearch(ctx context.Context, keyword string, serviceId string) ([]*router_dto.SimpleItem, error) |
| 24 | SimpleList(ctx context.Context, serviceId string) ([]*router_dto.SimpleItem, error) |
no outgoing calls
no test coverage detected