chore: update & fixes
This commit is contained in:
parent
15c109d0c8
commit
d97cc972c2
2 changed files with 3 additions and 2 deletions
|
|
@ -6,10 +6,10 @@ use std::path::Path;
|
|||
|
||||
use app_env::{
|
||||
appenv::{AppEnv},
|
||||
DataStore,
|
||||
applogs::AppLogs,
|
||||
// config::{Config}
|
||||
};
|
||||
use datastores::defs::DataStore;
|
||||
use crate::defs::{ProviderName};
|
||||
use kloud::utils::load_fs_content;
|
||||
use crate::clouds::defs::{ Cloud };
|
||||
|
|
@ -61,7 +61,6 @@ impl RuleContext {
|
|||
RuleContext::Ip(c) => format!("{}",c),
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Clone, Serialize, Debug, Deserialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue