| 297 | GetScheduledReportByID(ctx context.Context, id string) (ScheduledReport, error) |
| 298 | GetSecurityCountByPackageIDs(ctx context.Context, arg GetSecurityCountByPackageIDsParams) ([]GetSecurityCountByPackageIDsRow, error) |
| 299 | GetSessionByID(ctx context.Context, arg GetSessionByIDParams) (UserSession, error) |
| 300 | GetSessionByRefreshToken(ctx context.Context, refreshToken string) (UserSession, error) |
| 301 | GetSourceReposByPackageIDs(ctx context.Context, arg GetSourceReposByPackageIDsParams) ([]GetSourceReposByPackageIDsRow, error) |
| 302 | GetSystemStatisticsDaily(ctx context.Context, arg GetSystemStatisticsDailyParams) ([]GetSystemStatisticsDailyRow, error) |