This commit is contained in:
2023-08-29 21:34:01 +02:00
parent 4465052fdb
commit f0e7bea5c8
9 changed files with 202 additions and 86 deletions

View File

@@ -3,7 +3,7 @@ use uuid::Uuid;
use std::fmt;
pub mod auth;
pub mod cmd;
pub mod cli;
pub mod error;
pub mod htmx;
pub mod models;
@@ -13,7 +13,7 @@ pub mod telemetry;
mod view;
pub use error::{CommandError, Error, RequestError, StartError};
pub use error::{AuthError, CommandError, Error, RequestError, StartError};
#[derive(Clone, Debug)]
pub struct AppState {