mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Added move feature(to migrate data from one db to another) and updated GetTPIds , IsDBempty and the versioning accordingly
This commit is contained in:
@@ -153,7 +153,7 @@ type LoadStorage interface {
|
||||
|
||||
// LoadReader reads from .csv or TP tables and provides the data ready for the tp_db or data_db.
|
||||
type LoadReader interface {
|
||||
GetTpIds() ([]string, error)
|
||||
GetTpIds(string) ([]string, error)
|
||||
GetTpTableIds(string, string, utils.TPDistinctIds, map[string]string, *utils.Paginator) ([]string, error)
|
||||
GetTPTimings(string, string) ([]*utils.ApierTPTiming, error)
|
||||
GetTPDestinations(string, string) ([]*utils.TPDestination, error)
|
||||
|
||||
Reference in New Issue
Block a user