diff options
author | Emiliano Ciavatta | 2020-04-10 08:14:24 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-04-10 08:14:24 +0000 |
commit | 1235710ae3b52e64f2639fc08e8219e5e70ea982 (patch) | |
tree | 77d9bcab9cb32f593909053f099d9bd5d0531acd /connections.go | |
parent | 0ecaeab8474317c4589d40a43026f11788d87868 (diff) |
Completed connection_handler tests
Diffstat (limited to 'connections.go')
-rw-r--r-- | connections.go | 2 |
1 files changed, 0 insertions, 2 deletions
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"` |