AllUserIDs returns all UserIDs regardless of user status or deletion.
(ctx context.Context, includeSystem bool)
| 56 | ActivityBumpWorkspace(ctx context.Context, arg ActivityBumpWorkspaceParams) error |
| 57 | // AllUserIDs returns all UserIDs regardless of user status or deletion. |
| 58 | AllUserIDs(ctx context.Context, includeSystem bool) ([]uuid.UUID, error) |
| 59 | ArchiveChatByID(ctx context.Context, id uuid.UUID) ([]Chat, error) |
| 60 | // Archiving templates is a soft delete action, so is reversible. |
| 61 | // Archiving prevents the version from being used and discovered |
no outgoing calls