(ctx context.Context)
| 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 | |
| 29 | InsertInboxNotification(ctx context.Context, arg database.InsertInboxNotificationParams) (database.InboxNotification, error) |
no outgoing calls