(ctx context.Context)
| 23 | FetchNewMessageMetadata(ctx context.Context, arg database.FetchNewMessageMetadataParams) (database.FetchNewMessageMetadataRow, error) |
| 24 | GetNotificationMessagesByStatus(ctx context.Context, arg database.GetNotificationMessagesByStatusParams) ([]database.NotificationMessage, error) |
| 25 | GetNotificationsSettings(ctx context.Context) (string, error) |
| 26 | GetApplicationName(ctx context.Context) (string, error) |
| 27 | GetLogoURL(ctx context.Context) (string, error) |
| 28 |
no outgoing calls