mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Add ActiveStatusCell/PassiveStatusCell wrappers in the scanners common module so the five per-scanner status.rs files reduce to a single static; replace parse_parameter_bool/int/string with one generic parse_parameter over FromStr; extract the shared LIMIT/OFFSET paging clause into db::apply_paging; and drop a no-op for-loop in the ARP sender. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4 lines
130 B
Rust
4 lines
130 B
Rust
use crate::scanners::common::passive_status::PassiveStatusCell;
|
|
|
|
pub static STATUS: PassiveStatusCell = PassiveStatusCell::new();
|