diff options
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"` |