forgot a struct
This commit is contained in:
parent
52f2c69d4b
commit
efe9e18692
|
@ -1,3 +1,11 @@
|
|||
pub struct Data {
|
||||
pub vulnerable_folders: Vec<Folder>,
|
||||
pub pinged_home: bool,
|
||||
pub known_malware: Vec<Malware>,
|
||||
pub cam_access: bool,
|
||||
pub mic_access: bool,
|
||||
}
|
||||
|
||||
pub struct Folder {
|
||||
pub path: String,
|
||||
pub r#type: FolderType,
|
||||
|
|
Loading…
Reference in New Issue