mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Added stats csv read methods and test
This commit is contained in:
@@ -267,6 +267,7 @@ func main() {
|
||||
path.Join(*dataPath, utils.USERS_CSV),
|
||||
path.Join(*dataPath, utils.ALIASES_CSV),
|
||||
path.Join(*dataPath, utils.ResourceLimitsCsv),
|
||||
path.Join(*dataPath, utils.StatsCsv),
|
||||
)
|
||||
}
|
||||
tpReader := engine.NewTpReader(dataDB, loader, *tpid, *timezone)
|
||||
|
||||
Reference in New Issue
Block a user