added RemoveActionTrigger api

fixes #431
This commit is contained in:
Radu Ioan Fericean
2016-06-28 12:24:46 +03:00
parent ed4e6dc81f
commit 48edfbb6de
5 changed files with 60 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ type RatingStorage interface {
SetSharedGroup(*SharedGroup) error
GetActionTriggers(string) (ActionTriggers, error)
SetActionTriggers(string, ActionTriggers) error
RemoveActionTriggers(string) error
GetActionPlan(string, bool) (*ActionPlan, error)
SetActionPlan(string, *ActionPlan, bool) error
GetAllActionPlans() (map[string]*ActionPlan, error)