mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Get/Set AccountActions mapping in storage, renamed OnlineStor interface into DataDB, populate APIer cache methods with AcccountActionPlans
This commit is contained in:
@@ -599,6 +599,7 @@ type ArgsCache struct {
|
||||
RatingProfileIDs *[]string
|
||||
ActionIDs *[]string
|
||||
ActionPlanIDs *[]string
|
||||
AccountActionPlanIDs *[]string
|
||||
ActionTriggerIDs *[]string
|
||||
SharedGroupIDs *[]string
|
||||
LCRids *[]string
|
||||
@@ -632,6 +633,7 @@ type CacheStats struct {
|
||||
RatingProfiles int
|
||||
Actions int
|
||||
ActionPlans int
|
||||
AccountActionPlans int
|
||||
SharedGroups int
|
||||
DerivedChargers int
|
||||
LcrProfiles int
|
||||
|
||||
Reference in New Issue
Block a user