From 1235710ae3b52e64f2639fc08e8219e5e70ea982 Mon Sep 17 00:00:00 2001 From: Emiliano Ciavatta Date: Fri, 10 Apr 2020 10:14:24 +0200 Subject: Completed connection_handler tests --- connections.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'connections.go') diff --git a/connections.go b/connections.go index 3c22a9a..380c8a1 100644 --- a/connections.go +++ b/connections.go @@ -10,8 +10,6 @@ type Connection struct { DestinationPort uint16 `json:"port_dst" bson:"port_dst"` StartedAt time.Time `json:"started_at" bson:"started_at"` ClosedAt time.Time `json:"closed_at" bson:"closed_at"` - ClientPackets int `json:"client_packets" bson:"client_packets"` - ServerPackets int `json:"server_packets" bson:"server_packets"` ClientBytes int `json:"client_bytes" bson:"client_bytes"` ServerBytes int `json:"server_bytes" bson:"server_bytes"` ClientDocuments int `json:"client_documents" bson:"client_documents"` -- cgit v1.2.3-70-g09d2