Get/Set AccountActions mapping in storage, renamed OnlineStor interface into DataDB, populate APIer cache methods with AcccountActionPlans

This commit is contained in:
DanB
2017-01-06 20:12:07 +01:00
parent 0eb29c826b
commit 5f4be49131
8 changed files with 157 additions and 4 deletions

View File

@@ -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