(ctx context.Context, arg GetUserSecretByUserIDAndNameParams)
| 798 | GetUserNotificationPreferences(ctx context.Context, userID uuid.UUID) ([]NotificationPreference, error) |
| 799 | GetUserSecretByID(ctx context.Context, id uuid.UUID) (UserSecret, error) |
| 800 | GetUserSecretByUserIDAndName(ctx context.Context, arg GetUserSecretByUserIDAndNameParams) (UserSecret, error) |
| 801 | // Returns deployment-wide aggregates for the telemetry snapshot. |
| 802 | // |
| 803 | // The denominator for both user-level counts and the per-user |
no outgoing calls