DynamicWeight structure definition

This commit is contained in:
DanB
2021-02-10 13:45:34 +01:00
parent c276eef350
commit e8eac25724

View File

@@ -1647,3 +1647,9 @@ type ArgActionSv1ScheduleActions struct {
*CGREvent
ActionProfileIDs []string
}
// DynamicWeight returns Weight based on Filters
type DynamicWeight struct {
FilterIDs []string
Weight float64
}