]> git.proxmox.com Git - proxmox-backup.git/blame - src/bin/proxmox_backup_manager/mod.rs
replace Userid with Authid
[proxmox-backup.git] / src / bin / proxmox_backup_manager / mod.rs
CommitLineData
53e14507
DM
1mod acl;
2pub use acl::*;
b29d046e
DM
3mod cert;
4pub use cert::*;
380bd7df
DM
5mod datastore;
6pub use datastore::*;
ea6f404e
DM
7mod dns;
8pub use dns::*;
a35a211d
DM
9mod network;
10pub use network::*;
a220a456
DM
11mod remote;
12pub use remote::*;
a3016d65
DM
13mod sync;
14pub use sync::*;
6fa39e53
DM
15mod user;
16pub use user::*;
8e40aa63
DM
17mod disk;
18pub use disk::*;