Added stats csv read methods and test

This commit is contained in:
Edwardro22
2017-07-24 02:27:03 +03:00
parent c6254f1ebb
commit fbacb250b6
12 changed files with 247 additions and 7 deletions

View File

@@ -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)