mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Implement GetAccountActionPlans in DataManager
This commit is contained in:
committed by
Dan Christian Bogos
parent
769edb94ff
commit
4000890138
@@ -74,7 +74,7 @@ type DataDB interface {
|
||||
SetActionPlan(string, *ActionPlan, bool, string) error
|
||||
RemoveActionPlan(key string, transactionID string) error
|
||||
GetAllActionPlansDrv() (map[string]*ActionPlan, error)
|
||||
GetAccountActionPlans(acntID string, skipCache bool,
|
||||
GetAccountActionPlansDrv(acntID string, skipCache bool,
|
||||
transactionID string) (apIDs []string, err error)
|
||||
SetAccountActionPlans(acntID string, apIDs []string, overwrite bool) (err error)
|
||||
RemAccountActionPlans(acntID string, apIDs []string) (err error)
|
||||
|
||||
Reference in New Issue
Block a user