A limit of 0 means "no limit".
(ctx context.Context, arg GetGroupsParams)
| 502 | GetGroupMembersCountByGroupIDs(ctx context.Context, arg GetGroupMembersCountByGroupIDsParams) ([]GetGroupMembersCountByGroupIDsRow, error) |
| 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 |
no outgoing calls