added passing events from thresholds to ees

This commit is contained in:
gezimbll
2025-05-26 08:49:42 +02:00
committed by Dan Christian Bogos
parent 90de059801
commit ccdf3ef1f1
24 changed files with 288 additions and 121 deletions

View File

@@ -338,7 +338,9 @@ type ThresholdMdl struct {
Weight float64 `index:"8" re:".*"`
ActionIDs string `index:"9" re:".*"`
Async bool `index:"10" re:".*"`
CreatedAt time.Time
EeIDs string `index:"11" re:".*"`
CreatedAt time.Time
}
func (ThresholdMdl) TableName() string {