pub const Mode = union(enum)
pub const Mode = union(enum) { forever: struct { ws: *WebServer }, limit: Limited, pub const Limited = struct { amount: u64, }; }