(ctx context.Context, arg GetUserLinkByUserIDLoginTypeParams)
| 794 | GetUserLatencyInsights(ctx context.Context, arg GetUserLatencyInsightsParams) ([]GetUserLatencyInsightsRow, error) |
| 795 | GetUserLinkByLinkedID(ctx context.Context, linkedID string) (UserLink, error) |
| 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) |
no outgoing calls