(ctx context.Context, providerId string, input *ai_key_dto.Sort)
| 16 | List(ctx context.Context, providerId string, keyword string, page, pageSize int, statuses []string) ([]*ai_key_dto.Item, int64, error) |
| 17 | UpdateKeyStatus(ctx context.Context, providerId string, id string, enable bool) error |
| 18 | Sort(ctx context.Context, providerId string, input *ai_key_dto.Sort) error |
| 19 | } |
| 20 | |
| 21 | func init() { |
no outgoing calls
no test coverage detected