| 278 | )] |
| 279 | #[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)] |
| 280 | pub struct FullScanTool { |
| 281 | /// Target domain to scan |
| 282 | domain: String, |
| 283 | /// Additional scan options |
| 284 | options: Option<FullScanOptions>, |
| 285 | } |
| 286 | |
| 287 | #[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)] |
| 288 | pub struct FullScanOptions { |
nothing calls this directly
no outgoing calls
no test coverage detected