mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 17:18:44 +05:00
Attribute.Alias -> Attribute.Substitute
This commit is contained in:
committed by
Dan Christian Bogos
parent
175767f6d5
commit
78c458bc70
@@ -1382,7 +1382,7 @@ type TPSupplier struct {
|
||||
Weight float64
|
||||
}
|
||||
|
||||
type TPRequestAttribute struct {
|
||||
type TPRequestSubstitute struct {
|
||||
FieldName string
|
||||
Initial string
|
||||
Alias string
|
||||
@@ -1396,6 +1396,6 @@ type TPAttribute struct {
|
||||
FilterIDs []string
|
||||
ActivationInterval *TPActivationInterval // Time when this limit becomes active and expires
|
||||
Context string // bind this TPAttribute to specific context
|
||||
Attributes []*TPRequestAttribute
|
||||
Substitutes []*TPRequestSubstitute
|
||||
Weight float64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user