mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Replace interface{} with any
This commit is contained in:
committed by
Dan Christian Bogos
parent
97c3dab0f4
commit
6c16ff320f
@@ -400,7 +400,7 @@ func (v4AttrPrf v4AttributeProfile) AsAttributeProfile() (attrPrf *engine.Attrib
|
||||
|
||||
type v2Attribute struct {
|
||||
FieldName string
|
||||
Initial interface{}
|
||||
Initial any
|
||||
Substitute config.RSRParsers
|
||||
Append bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user