TPCSVImporter - DestinationRates implementation

This commit is contained in:
DanB
2013-07-29 14:18:50 +02:00
parent 1a1403ace1
commit f1d94aebaf
7 changed files with 48 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ type DataStorage interface {
GetTPRate(string, string) (*utils.TPRate, error)
GetTPRateIds(string) ([]string, error)
ExistsTPDestinationRate(string, string) (bool, error)
SetTPDestinationRate(*utils.TPDestinationRate) error
SetTPDestinationRates(string, map[string][]*DestinationRate) error
GetTPDestinationRate(string, string) (*utils.TPDestinationRate, error)
GetTPDestinationRateIds(string) ([]string, error)
ExistsTPDestRateTiming(string, string) (bool, error)