mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user