(ctx context.Context, userID string)
| 394 | ListScheduledReports(ctx context.Context) ([]ScheduledReport, error) |
| 395 | ListScheduledReportsDue(ctx context.Context, nextRunAt pgtype.Timestamp) ([]ScheduledReport, error) |
| 396 | ListSessionsByUserID(ctx context.Context, userID string) ([]UserSession, error) |
| 397 | ListStalledComplianceScans(ctx context.Context, startedAt pgtype.Timestamp) ([]ListStalledComplianceScansRow, error) |
| 398 | ListStalledComplianceScansWithDetails(ctx context.Context, startedAt pgtype.Timestamp) ([]ListStalledComplianceScansWithDetailsRow, error) |
| 399 | ListSystemStatisticsByDateRange(ctx context.Context, arg ListSystemStatisticsByDateRangeParams) ([]SystemStatistic, error) |
no outgoing calls
no test coverage detected