New test case for indexing RateProfileRates

This commit is contained in:
porosnicuadrian
2021-03-12 18:08:49 +02:00
committed by Dan Christian Bogos
parent 62d0a90a8b
commit 6abcb26e44
3 changed files with 232 additions and 58 deletions

View File

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