(ctx context.Context, id uuid.UUID)
| 531 | // Fetch the notification report generator log indicating recent activity. |
| 532 | GetNotificationReportGeneratorLogByTemplate(ctx context.Context, templateID uuid.UUID) (NotificationReportGeneratorLog, error) |
| 533 | GetNotificationTemplateByID(ctx context.Context, id uuid.UUID) (NotificationTemplate, error) |
| 534 | GetNotificationTemplatesByKind(ctx context.Context, kind NotificationTemplateKind) ([]NotificationTemplate, error) |
| 535 | GetNotificationsSettings(ctx context.Context) (string, error) |
| 536 | GetOAuth2GithubDefaultEligible(ctx context.Context) (bool, error) |
no outgoing calls