mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
TPCSVImporter Actions, store refactoring, small API params changes
This commit is contained in:
@@ -84,7 +84,7 @@ type DataStorage interface {
|
||||
GetTPRatingProfile(string, string) (*utils.TPRatingProfile, error)
|
||||
GetTPRatingProfileIds(*utils.AttrTPRatingProfileIds) ([]string, error)
|
||||
ExistsTPActions(string, string) (bool, error)
|
||||
SetTPActions(*utils.TPActions) error
|
||||
SetTPActions(string, map[string][]*Action) error
|
||||
GetTPActions(string, string) (*utils.TPActions, error)
|
||||
GetTPActionIds(string) ([]string, error)
|
||||
ExistsTPActionTimings(string, string) (bool, error)
|
||||
|
||||
Reference in New Issue
Block a user