aboutsummaryrefslogtreecommitdiff
path: root/connections.go
diff options
context:
space:
mode:
Diffstat (limited to 'connections.go')
-rw-r--r--connections.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/connections.go b/connections.go
index e3adaf2..3c22a9a 100644
--- a/connections.go
+++ b/connections.go
@@ -17,4 +17,5 @@ type Connection struct {
ClientDocuments int `json:"client_documents" bson:"client_documents"`
ServerDocuments int `json:"server_documents" bson:"server_documents"`
ProcessedAt time.Time `json:"processed_at" bson:"processed_at"`
+ MatchedRules []RowID `json:"matched_rules" bson:"matched_rules"`
}