6523588c8d
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 lines
147 B
Rust
12 lines
147 B
Rust
///! File restore VM related functionality
|
|
mod api;
|
|
pub use api::*;
|
|
|
|
pub mod auth;
|
|
|
|
mod watchdog;
|
|
pub use watchdog::*;
|
|
|
|
mod disk;
|
|
pub use disk::*;
|