GetUserAIProviderKeys is used by dbcrypt key rotation. Request paths should use user-scoped lookups instead of this bulk accessor.
(ctx context.Context)
| 753 | // GetUserAIProviderKeys is used by dbcrypt key rotation. Request paths should use |
| 754 | // user-scoped lookups instead of this bulk accessor. |
| 755 | GetUserAIProviderKeys(ctx context.Context) ([]UserAiProviderKey, error) |
| 756 | GetUserAIProviderKeysByUserID(ctx context.Context, userID uuid.UUID) ([]UserAiProviderKey, error) |
| 757 | // Returns user IDs from the provided list that are consuming an AI seat. |
| 758 | // Filters to active, non-deleted, non-system users to match the canonical |
no outgoing calls