mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
added passing events from thresholds to ees
This commit is contained in:
committed by
Dan Christian Bogos
parent
90de059801
commit
ccdf3ef1f1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user