(ctx *gin.Context, serviceId string, apiId string)
| 13 | Delete(ctx *gin.Context, serviceId string, apiId string) error |
| 14 | List(ctx *gin.Context, keyword string, serviceId string) ([]*ai_api_dto.APIItem, error) |
| 15 | Get(ctx *gin.Context, serviceId string, apiId string) (*ai_api_dto.API, error) |
| 16 | } |
| 17 | |
| 18 | func init() { |
no outgoing calls
no test coverage detected