Implemented operator based firiing in backend

This commit is contained in:
utkarshcmu
2016-11-15 06:35:25 -08:00
parent b2db2b26dd
commit dfb1b1918c
3 changed files with 13 additions and 5 deletions
+1
View File
@@ -24,6 +24,7 @@ type Notifier interface {
type ConditionResult struct {
Firing bool
NoDataFound bool
Operator string
EvalMatches []*EvalMatch
}