(ctx context.Context, linkedID string)
| 793 | // will be included. |
| 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) |
no outgoing calls