mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 23:58:44 +05:00
Add GetActionTriggers in DataManager
This commit is contained in:
committed by
Dan Christian Bogos
parent
935ff50f49
commit
7d98b96816
@@ -71,7 +71,7 @@ type DataDB interface {
|
||||
RemoveActions(string, string) error
|
||||
GetSharedGroup(string, bool, string) (*SharedGroup, error)
|
||||
SetSharedGroup(*SharedGroup, string) error
|
||||
GetActionTriggers(string, bool, string) (ActionTriggers, error)
|
||||
GetActionTriggersDrv(string) (ActionTriggers, error)
|
||||
SetActionTriggers(string, ActionTriggers, string) error
|
||||
RemoveActionTriggers(string, string) error
|
||||
GetActionPlan(string, bool, string) (*ActionPlan, error)
|
||||
|
||||
Reference in New Issue
Block a user