mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
New AttributeProfile structure ( version3)
This commit is contained in:
committed by
Dan Christian Bogos
parent
cc818b0199
commit
a5ee8e8398
@@ -364,12 +364,11 @@ type TPAttribute struct {
|
||||
Contexts string `index:"2" re:""`
|
||||
FilterIDs string `index:"3" re:""`
|
||||
ActivationInterval string `index:"4" re:""`
|
||||
FieldName string `index:"5" re:""`
|
||||
Initial string `index:"6" re:""`
|
||||
AttributeFilterIDs string `index:"5" re:""`
|
||||
FieldName string `index:"6" re:""`
|
||||
Substitute string `index:"7" re:""`
|
||||
Append bool `index:"8" re:""`
|
||||
Blocker bool `index:"9" re:""`
|
||||
Weight float64 `index:"10" re:"\d+\.?\d*"`
|
||||
Blocker bool `index:"8" re:""`
|
||||
Weight float64 `index:"9" re:"\d+\.?\d*"`
|
||||
CreatedAt time.Time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user