format
This commit is contained in:
parent
812ee08ac5
commit
b57c6ee3ec
1 changed files with 1 additions and 3 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue