(ctx context.Context, userID uuid.UUID)
| 796 | GetUserLinkByUserIDLoginType(ctx context.Context, arg GetUserLinkByUserIDLoginTypeParams) (UserLink, error) |
| 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. |
no outgoing calls