Add SetActionTriggers in DataManager

This commit is contained in:
TeoV
2017-10-19 16:10:43 +03:00
committed by Dan Christian Bogos
parent aa00c1aaba
commit 7b1eb4d46d
9 changed files with 23 additions and 13 deletions

View File

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