Laying the ground work to add pages.

This commit is contained in:
2025-04-24 12:00:17 -04:00
parent cb69c4d55a
commit cb9bac9d8a
5 changed files with 103 additions and 17 deletions

View File

@ -13,6 +13,11 @@ use queue::{Message, MsgType, Queue};
use session::Session;
use uuid::Uuid;
#[derive(Clone, Debug)]
pub enum ErrorType {
DocumentNotFound,
}
#[derive(Clone)]
pub struct MoreThanText {
client_channel: ClientChannel,