add config reloading indirector
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
1351d07735
commit
7c6b8b132a
2 changed files with 130 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue