| 41 | )] |
| 42 | #[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)] |
| 43 | pub struct DnsResolveTool { |
| 44 | /// List of domains to resolve |
| 45 | domains: Vec<String>, |
| 46 | } |
| 47 | |
| 48 | impl DnsResolveTool { |
| 49 | pub fn call_tool(&self) -> std::process::Command { |
nothing calls this directly
no outgoing calls
no test coverage detected