1 2 3 4 5 6 7 8 9 10 11
// Copyright (c) reifydb.com 2025 // This file is licensed under the AGPL-3.0-or-later, see license.md file mod assets; mod config; mod handlers; mod server; mod subsystem; pub use config::AdminConfig; pub use subsystem::{AdminSubsystem, AdminSubsystemFactory};