mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 15:18:44 +05:00
TPCSVImporter - DestinationRates implementation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user