From 3d2997eb8b80792f09eb984f841c71b907894bcb Mon Sep 17 00:00:00 2001 From: Emiliano Ciavatta Date: Thu, 9 Apr 2020 12:55:32 +0200 Subject: Add FillWithMatchedRules method --- connections.go | 1 + 1 file changed, 1 insertion(+) (limited to 'connections.go') 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"` } -- cgit v1.2.3-70-g09d2