GetUserStatusCounts returns the count of users in each status over time. The time range is inclusively defined by the start_time and end_time parameters.
(ctx context.Context, arg GetUserStatusCountsParams)
| 830 | // GetUserStatusCounts returns the count of users in each status over time. |
| 831 | // The time range is inclusively defined by the start_time and end_time parameters. |
| 832 | GetUserStatusCounts(ctx context.Context, arg GetUserStatusCountsParams) ([]GetUserStatusCountsRow, error) |
| 833 | GetUserTaskNotificationAlertDismissed(ctx context.Context, userID uuid.UUID) (bool, error) |
| 834 | GetUserThinkingDisplayMode(ctx context.Context, userID uuid.UUID) (string, error) |
| 835 | GetUserWorkspaceBuildParameters(ctx context.Context, arg GetUserWorkspaceBuildParametersParams) ([]GetUserWorkspaceBuildParametersRow, error) |
no outgoing calls