mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Added loaders importZip API
This commit is contained in:
committed by
Dan Christian Bogos
parent
2601ff6163
commit
b699b4a43e
@@ -591,6 +591,7 @@ const (
|
||||
MetaMultiply = "*multiply"
|
||||
MetaDivide = "*divide"
|
||||
MetaUrl = "*url"
|
||||
MetaZip = "*zip"
|
||||
MetaXml = "*xml"
|
||||
MetaReq = "*req"
|
||||
MetaVars = "*vars"
|
||||
@@ -634,6 +635,7 @@ const (
|
||||
IdxEnd = "]"
|
||||
IdxCombination = "]["
|
||||
|
||||
MetaMemory = "*memory"
|
||||
RemoteHost = "RemoteHost"
|
||||
Local = "local"
|
||||
TCP = "tcp"
|
||||
|
||||
Reference in New Issue
Block a user