Attribute.Alias -> Attribute.Substitute

This commit is contained in:
TeoV
2017-12-11 10:58:36 +02:00
committed by Dan Christian Bogos
parent 175767f6d5
commit 78c458bc70
9 changed files with 85 additions and 85 deletions

View File

@@ -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
}