Added modules
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
mod managers {
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
struct ActionManager {
|
||||
pub struct ActionManager {
|
||||
action: String,
|
||||
flags: Vec<models::Flags>,
|
||||
params: Vec<String>,
|
||||
@@ -50,3 +52,4 @@ impl ActionManager {
|
||||
return Vec::new();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user