mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 21:59:53 +05:00
Add XML to EventReader and test for it
This commit is contained in:
@@ -407,10 +407,10 @@ const (
|
||||
UnsupportedMigrationTask = "unsupported migration task"
|
||||
NoStorDBConnection = "not connected to StorDB"
|
||||
UndefinedVersion = "undefined version"
|
||||
UnsupportedDB = "unsupported database"
|
||||
TxtSuffix = ".txt"
|
||||
JSNSuffix = ".json"
|
||||
FormSuffix = ".form"
|
||||
XMLSuffix = ".xml"
|
||||
CSVSuffix = ".csv"
|
||||
FWVSuffix = ".fwv"
|
||||
CONTENT_JSON = "json"
|
||||
|
||||
Reference in New Issue
Block a user