mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 23:58:44 +05:00
Updated all libraries
This commit is contained in:
committed by
Dan Christian Bogos
parent
df702b71aa
commit
7647c367b6
@@ -854,7 +854,7 @@ cgrates.org,NewRes1
|
||||
ldr := &Loader{
|
||||
ldrID: "testProcessFile",
|
||||
dm: engine.NewDataManager(data, config.CgrConfig().CacheCfg(), nil),
|
||||
fieldSep: utils.FIELDS_SEP,
|
||||
fieldSep: utils.FieldsSep,
|
||||
tpInDir: flPath,
|
||||
tpOutDir: "/tmp",
|
||||
lockFilename: utils.ResourcesCsv,
|
||||
@@ -865,13 +865,13 @@ cgrates.org,NewRes1
|
||||
utils.MetaResources: {
|
||||
{Tag: "Tenant",
|
||||
Path: "Tenant",
|
||||
Type: utils.META_COMPOSED,
|
||||
Value: config.NewRSRParsersMustCompile("~*req.0", utils.INFIELD_SEP),
|
||||
Type: utils.MetaComposed,
|
||||
Value: config.NewRSRParsersMustCompile("~*req.0", utils.InfieldSep),
|
||||
Mandatory: true},
|
||||
{Tag: "ID",
|
||||
Path: "ID",
|
||||
Type: utils.META_COMPOSED,
|
||||
Value: config.NewRSRParsersMustCompile("~*req.1", utils.INFIELD_SEP),
|
||||
Type: utils.MetaComposed,
|
||||
Value: config.NewRSRParsersMustCompile("~*req.1", utils.InfieldSep),
|
||||
Mandatory: true},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user