This commit is contained in:
Graham McIntire 2026-01-16 18:06:01 -06:00
parent 812ee08ac5
commit b57c6ee3ec
No known key found for this signature in database

View file

@ -16,9 +16,7 @@ use tokio_tungstenite::{
connect_async, tungstenite::protocol::Message as WsMessage, MaybeTlsStream, WebSocketStream,
};
use crate::proto::agent::{
AgentHeartbeat, AgentJob, AgentJobList, JobType, QueryType, SnmpResult,
};
use crate::proto::agent::{AgentHeartbeat, AgentJob, AgentJobList, JobType, QueryType, SnmpResult};
use crate::snmp::{SnmpClient, SnmpValue};
/// Phoenix channel message format (JSON wrapper around binary protobuf).