ApierV1.ReloadCache using pointers to detect reloadAll

This commit is contained in:
DanB
2016-09-01 14:52:25 +02:00
parent 737a2c1960
commit 3c4a112552
5 changed files with 95 additions and 65 deletions

View File

@@ -561,17 +561,16 @@ type AttrGetAccounts struct {
// Data used to do remote cache reloads via api
type AttrReloadCache struct {
DestinationIds []string
RatingPlanIds []string
RatingProfileIds []string
ActionIds []string
ActionPlanIds []string
SharedGroupIds []string
LCRIds []string
DerivedChargers []string
LcrProfiles []string
Aliases []string
ResourceLimits []string
DestinationIds *[]string
RatingPlanIds *[]string
RatingProfileIds *[]string
ActionIds *[]string
ActionPlanIds *[]string
SharedGroupIds *[]string
LCRIds *[]string
DerivedChargers *[]string
Aliases *[]string
ResourceLimits *[]string
}
type AttrCacheStats struct { // Add in the future filters here maybe so we avoid counting complete cache