Add GetActionTriggers in DataManager

This commit is contained in:
TeoV
2017-10-18 17:49:35 +03:00
committed by Dan Christian Bogos
parent 935ff50f49
commit 7d98b96816
10 changed files with 39 additions and 50 deletions

View File

@@ -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)