Add API's for RateProfiles

This commit is contained in:
TeoV
2020-06-11 12:04:34 +03:00
committed by Dan Christian Bogos
parent 75406ceaf2
commit 7d1b0a5e03
28 changed files with 713 additions and 11 deletions

View File

@@ -129,7 +129,7 @@ func NewFileCSVStorage(sep rune, dataPath string) *CSVStorage {
chargersPaths := appendName(allFoldersPath, utils.ChargersCsv)
dispatcherprofilesPaths := appendName(allFoldersPath, utils.DispatcherProfilesCsv)
dispatcherhostsPaths := appendName(allFoldersPath, utils.DispatcherHostsCsv)
rateProfilesFn := append(allFoldersPath, utils.RateProfilesCsv)
rateProfilesFn := appendName(allFoldersPath, utils.RateProfilesCsv)
return NewCSVStorage(sep,
destinationsPaths,
timingsPaths,