]> git.proxmox.com Git - proxmox-backup.git/blame - proxmox-restore-daemon/src/proxmox_restore_daemon/mod.rs
proxmox-rest-server: use new ServerAdapter trait instead of callbacks
[proxmox-backup.git] / proxmox-restore-daemon / src / proxmox_restore_daemon / mod.rs
CommitLineData
dd9cef56
SR
1///! File restore VM related functionality
2mod api;
3pub use api::*;
4
5pub mod auth;
608806e8 6pub use auth::*;
a26ebad5
SR
7
8mod watchdog;
9pub use watchdog::*;
d32a8652
SR
10
11mod disk;
12pub use disk::*;