✨ osquery
This commit is contained in:
parent
1c3a136730
commit
5c53c57d74
6 changed files with 86 additions and 4 deletions
|
@ -46,6 +46,11 @@ pub struct ShellParam {
|
|||
pub cwd: String,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Serialize)]
|
||||
pub struct QueryParam {
|
||||
pub query: String,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Serialize, Debug)]
|
||||
pub struct ShellResponse {
|
||||
pub stdout: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue