(ctx context.Context, id uuid.UUID)
| 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 |
| 62 | // by listing. |
no outgoing calls