(ctx *gin.Context, providerId string, id string)
| 16 | List(ctx *gin.Context, providerId string, keyword string, page string, pageSize string, statuses string) ([]*ai_key_dto.Item, int64, error) |
| 17 | Enable(ctx *gin.Context, providerId string, id string) error |
| 18 | Disable(ctx *gin.Context, providerId string, id string) error |
| 19 | Sort(ctx *gin.Context, providerId string, input *ai_key_dto.Sort) error |
| 20 | } |
| 21 |
no outgoing calls
no test coverage detected