mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 22:58:44 +05:00
Few more methods on TPCSVImporter, API TPRates modifications to include GroupInterval
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user