mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 21:59:53 +05:00
using tasks and action plans with no accounts
This commit is contained in:
@@ -66,6 +66,8 @@ type RatingStorage interface {
|
||||
GetActionPlan(string, bool) (*ActionPlan, error)
|
||||
SetActionPlan(string, *ActionPlan) error
|
||||
GetAllActionPlans() (map[string]*ActionPlan, error)
|
||||
PushTask(*Task) error
|
||||
PopTask() (*Task, error)
|
||||
}
|
||||
|
||||
type AccountingStorage interface {
|
||||
|
||||
Reference in New Issue
Block a user