| 103 | )] |
| 104 | #[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)] |
| 105 | pub struct HttpProbeTool { |
| 106 | /// List of hosts (URLs or IPs) to probe |
| 107 | hosts: Vec<String>, |
| 108 | } |
| 109 | |
| 110 | impl HttpProbeTool { |
| 111 | pub fn call_tool(&self) -> std::process::Command { |
nothing calls this directly
no outgoing calls
no test coverage detected