mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
New test case for indexing RateProfileRates
This commit is contained in:
committed by
Dan Christian Bogos
parent
62d0a90a8b
commit
6abcb26e44
@@ -945,26 +945,24 @@ type ArgsComputeFilterIndexIDs struct {
|
||||
ThresholdIDs []string
|
||||
ChargerIDs []string
|
||||
DispatcherIDs []string
|
||||
RateIDs []string
|
||||
RateProfileIDs []string
|
||||
AccountProfileIDs []string
|
||||
ActionProfileIDs []string
|
||||
}
|
||||
|
||||
type ArgsComputeFilterIndexes struct {
|
||||
Tenant string
|
||||
Context string
|
||||
AttributeS bool
|
||||
ResourceS bool
|
||||
StatS bool
|
||||
RouteS bool
|
||||
ThresholdS bool
|
||||
ChargerS bool
|
||||
DispatcherS bool
|
||||
RateS bool
|
||||
RateProfile bool
|
||||
AccountProfile bool
|
||||
ActionProfile bool
|
||||
Tenant string
|
||||
Context string
|
||||
AttributeS bool
|
||||
ResourceS bool
|
||||
StatS bool
|
||||
RouteS bool
|
||||
ThresholdS bool
|
||||
ChargerS bool
|
||||
DispatcherS bool
|
||||
RateS bool
|
||||
AccountS bool
|
||||
ActionS bool
|
||||
}
|
||||
|
||||
// AsActivationTime converts TPActivationInterval into ActivationInterval
|
||||
|
||||
Reference in New Issue
Block a user