DynamicWeight with parser and tests

This commit is contained in:
DanB
2021-02-10 20:15:32 +01:00
parent a24ff3a636
commit d6979daa0c

View File

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