move acl to pbs_config workspaces, pbs_api_types cleanups
This commit is contained in:
@ -5,10 +5,9 @@ use anyhow::Error;
|
||||
use pbs_datastore::{task_log, task_warn};
|
||||
use pbs_datastore::backup_info::BackupInfo;
|
||||
use pbs_datastore::prune::{compute_prune_info, PruneOptions};
|
||||
use pbs_api_types::{Authid, PRIV_DATASTORE_MODIFY};
|
||||
|
||||
use crate::{
|
||||
api2::types::*,
|
||||
config::acl::PRIV_DATASTORE_MODIFY,
|
||||
config::cached_user_info::CachedUserInfo,
|
||||
backup::DataStore,
|
||||
server::jobstate::Job,
|
||||
|
Reference in New Issue
Block a user