mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 07:38:45 +05:00
Add RemoveActions in DataManager
This commit is contained in:
committed by
Dan Christian Bogos
parent
1546720116
commit
35ad39685e
@@ -68,7 +68,7 @@ type DataDB interface {
|
||||
SetDerivedChargers(string, *utils.DerivedChargers, string) error
|
||||
GetActionsDrv(string) (Actions, error)
|
||||
SetActionsDrv(string, Actions) error
|
||||
RemoveActions(string, string) error
|
||||
RemoveActionsDrv(string) error
|
||||
GetSharedGroupDrv(string) (*SharedGroup, error)
|
||||
SetSharedGroupDrv(*SharedGroup) error
|
||||
GetActionTriggersDrv(string) (ActionTriggers, error)
|
||||
|
||||
Reference in New Issue
Block a user