aboutsummaryrefslogtreecommitdiff
path: root/common/src/api.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-01-23 17:41:45 +0100
committermetamuffin <metamuffin@disroot.org>2026-01-23 17:41:45 +0100
commit774f64c0789529884dd7a5232f190e347ad29532 (patch)
tree6eb85388837c993a054fba5ca59fdd329f5b5840 /common/src/api.rs
parent3671a4e07565c86f8071fb2309f463aeaf684ba3 (diff)
downloadjellything-774f64c0789529884dd7a5232f190e347ad29532.tar
jellything-774f64c0789529884dd7a5232f190e347ad29532.tar.bz2
jellything-774f64c0789529884dd7a5232f190e347ad29532.tar.zst
move locale code to own crate
Diffstat (limited to 'common/src/api.rs')
-rw-r--r--common/src/api.rs18
1 files changed, 0 insertions, 18 deletions
diff --git a/common/src/api.rs b/common/src/api.rs
index ee26020..9040852 100644
--- a/common/src/api.rs
+++ b/common/src/api.rs
@@ -84,24 +84,6 @@ enums! {
// pub users: Vec<User>,
// }
-// pub struct LogLine {
-// pub time: DateTime<Utc>,
-// pub module: Option<&'static str>,
-// pub level: LogLevel,
-// pub message: String,
-// }
-
-// url_enum!(
-// #[derive(Serialize, Deserialize, Clone, Copy, PartialEq)]
-// enum LogLevel {
-// Trace = "trace",
-// Debug = "debug",
-// Info = "info",
-// Warn = "warn",
-// Error = "error",
-// }
-// );
-
// #[derive(Default, Serialize, Deserialize)]
// pub struct StatsBin {
// pub runtime: f64,