Move config/rsrparser.go to utils package

This commit is contained in:
ionutboangiu
2025-02-17 10:50:56 +02:00
committed by Dan Christian Bogos
parent 36a7d174ab
commit b1a5874215
81 changed files with 1511 additions and 1524 deletions

View File

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

View File

@@ -63,7 +63,7 @@ package services
// {
// Type: utils.MetaVariable,
// Path: "*req.Accounts",
// Value: config.NewRSRParsersMustCompile("1001", utils.InfieldSep),
// Value: utils.NewRSRParsersMustCompile("1001", utils.InfieldSep),
// },
// }
//