mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Consolidate ARP/mDNS modules under scanners::{arp,mdns}::{finder,scanner,status}
Group each discovery protocol's primitive (finder), orchestration loop (scanner), and status state under one module tree instead of splitting them between device_finders/ and crate-root *_scanner / *_scanner_status files. Also includes incidental rustfmt fixes to a few pre-existing long lines. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
54211c57d7
commit
c12e700c27
@@ -4,7 +4,7 @@ use log::error;
|
||||
use serde::Serialize;
|
||||
use utoipa::ToSchema;
|
||||
|
||||
use crate::mdns_scanner_status;
|
||||
use crate::scanners::mdns::status as mdns_scanner_status;
|
||||
|
||||
#[derive(Serialize, ToSchema)]
|
||||
pub struct MdnsScannerStatusResponse {
|
||||
|
||||
Reference in New Issue
Block a user