(ctx *gin.Context, providerId string, id string)
| 15 | Get(ctx *gin.Context, providerId string, id string) (*ai_key_dto.Key, error) |
| 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 | } |
no outgoing calls
no test coverage detected