Few more methods on TPCSVImporter, API TPRates modifications to include GroupInterval

This commit is contained in:
DanB
2013-07-29 12:40:23 +02:00
parent 63d9612932
commit 1a1403ace1
11 changed files with 120 additions and 43 deletions

View File

@@ -68,7 +68,7 @@ type DataStorage interface {
GetTPDestination(string, string) (*Destination, error)
GetTPDestinationIds(string) ([]string, error)
ExistsTPRate(string, string) (bool, error)
SetTPRate(*utils.TPRate) error
SetTPRates(string, map[string][]*Rate) error
GetTPRate(string, string) (*utils.TPRate, error)
GetTPRateIds(string) ([]string, error)
ExistsTPDestinationRate(string, string) (bool, error)