mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
Move config/rsrparser.go to utils package
This commit is contained in:
committed by
Dan Christian Bogos
parent
36a7d174ab
commit
b1a5874215
@@ -79,7 +79,7 @@ package services
|
||||
// fcTmp := &config.FCTemplate{Tag: "TenantID",
|
||||
// Path: "Tenant",
|
||||
// Type: utils.MetaVariable,
|
||||
// Value: config.NewRSRParsersMustCompile("~*req.0", utils.InfieldSep),
|
||||
// Value: utils.NewRSRParsersMustCompile("~*req.0", utils.InfieldSep),
|
||||
// Mandatory: true,
|
||||
// Layout: time.RFC3339,
|
||||
// }
|
||||
|
||||
@@ -63,7 +63,7 @@ package services
|
||||
// {
|
||||
// Type: utils.MetaVariable,
|
||||
// Path: "*req.Accounts",
|
||||
// Value: config.NewRSRParsersMustCompile("1001", utils.InfieldSep),
|
||||
// Value: utils.NewRSRParsersMustCompile("1001", utils.InfieldSep),
|
||||
// },
|
||||
// }
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user