add config reloading indirector

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-24 06:15:10 +00:00
parent 1351d07735
commit 7c6b8b132a
2 changed files with 130 additions and 1 deletions

View file

@ -1,4 +1,5 @@
pub mod check;
pub mod manager;
pub mod proxy;
use std::{
@ -22,8 +23,8 @@ use ruma::{
use serde::{de::IgnoredAny, Deserialize};
use url::Url;
pub use self::check::check;
use self::proxy::ProxyConfig;
pub use self::{check::check, manager::Manager};
use crate::{err, error::Error, utils::sys, Result};
/// All the config options for conduwuit.