(ctx context.Context)
| 503 | // A limit of 0 means "no limit". |
| 504 | GetGroups(ctx context.Context, arg GetGroupsParams) ([]GetGroupsRow, error) |
| 505 | GetHealthSettings(ctx context.Context) (string, error) |
| 506 | GetInboxNotificationByID(ctx context.Context, id uuid.UUID) (InboxNotification, error) |
| 507 | // Fetches inbox notifications for a user filtered by templates and targets |
| 508 | // param user_id: The user ID |
no outgoing calls