proxmox-backup/src/bin/proxmox_backup_manager/mod.rs

21 lines
302 B
Rust
Raw Normal View History

mod acl;
pub use acl::*;
mod cert;
pub use cert::*;
mod datastore;
pub use datastore::*;
mod dns;
pub use dns::*;
mod network;
pub use network::*;
mod remote;
pub use remote::*;
mod sync;
pub use sync::*;
mod user;
pub use user::*;
mod subscription;
pub use subscription::*;
mod disk;
pub use disk::*;