Skip to content

Commit 2debe49

Browse files
author
LorenzoTettamanti
committed
Removed annotations in agent.rs
1 parent cd402b0 commit 2debe49

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

core/api/src/agent.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ pub struct ConnectionEvent {
1515
#[prost(string, tag = "3")]
1616
pub dst_ip_port: ::prost::alloc::string::String,
1717
}
18-
/// TODO: the complete Response will be able to return all the context below
19-
///
20-
/// * "Event Id: {} Protocol: {:?} SRC: {}:{} -> DST: {}:{}",
21-
/// * event_id, proto, src, src_port, dst, dst_port
2218
#[derive(Clone, PartialEq, ::prost::Message)]
2319
pub struct ActiveConnectionResponse {
2420
#[prost(string, tag = "1")]

0 commit comments

Comments
 (0)