diff options
author | Emiliano Ciavatta | 2020-04-09 10:55:32 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-04-09 10:55:32 +0000 |
commit | 3d2997eb8b80792f09eb984f841c71b907894bcb (patch) | |
tree | 7bf7879ebe3ad72191329b8e607f36368b10a5b7 /connections.go | |
parent | 7ca2f30a0eb21e22071f4e6b04a5207fa273d283 (diff) |
Add FillWithMatchedRules method
Diffstat (limited to 'connections.go')
-rw-r--r-- | connections.go | 1 |
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"` } |