(ctx context.Context, userID uuid.UUID)
| 826 | // values rather than interpolating between rows. |
| 827 | GetUserSecretsTelemetrySummary(ctx context.Context) (GetUserSecretsTelemetrySummaryRow, error) |
| 828 | GetUserShellToolDisplayMode(ctx context.Context, userID uuid.UUID) (string, error) |
| 829 | GetUserSkillByUserIDAndName(ctx context.Context, arg GetUserSkillByUserIDAndNameParams) (UserSkill, error) |
| 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. |
no outgoing calls