mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
ApierV1.ReloadCache using pointers to detect reloadAll
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user