mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
DynamicWeight structure definition
This commit is contained in:
@@ -1647,3 +1647,9 @@ type ArgActionSv1ScheduleActions struct {
|
||||
*CGREvent
|
||||
ActionProfileIDs []string
|
||||
}
|
||||
|
||||
// DynamicWeight returns Weight based on Filters
|
||||
type DynamicWeight struct {
|
||||
FilterIDs []string
|
||||
Weight float64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user