(ctx context.Context, id uuid.UUID)
| 797 | GetUserLinksByUserID(ctx context.Context, userID uuid.UUID) ([]UserLink, error) |
| 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 | // |
no outgoing calls