move some more API types

ArchiveEntry -> pbs-datastore
RestoreDaemonStatus -> pbs-api-types

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-08-31 10:45:32 +02:00
parent 40ff84b138
commit 013b1e8bca
10 changed files with 69 additions and 74 deletions

View File

@ -56,6 +56,8 @@ pub use upid::UPID;
mod crypto;
pub use crypto::{CryptMode, Fingerprint};
pub mod file_restore;
#[rustfmt::skip]
#[macro_use]
mod local_macros {