mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add SetActionTriggers in DataManager
This commit is contained in:
committed by
Dan Christian Bogos
parent
aa00c1aaba
commit
7b1eb4d46d
@@ -72,7 +72,7 @@ type DataDB interface {
|
||||
GetSharedGroup(string, bool, string) (*SharedGroup, error)
|
||||
SetSharedGroup(*SharedGroup, string) error
|
||||
GetActionTriggersDrv(string) (ActionTriggers, error)
|
||||
SetActionTriggers(string, ActionTriggers, string) error
|
||||
SetActionTriggersDrv(string, ActionTriggers) error
|
||||
RemoveActionTriggersDrv(string) error
|
||||
GetActionPlan(string, bool, string) (*ActionPlan, error)
|
||||
SetActionPlan(string, *ActionPlan, bool, string) error
|
||||
|
||||
Reference in New Issue
Block a user