Refactoring filters

This commit is contained in:
TeoV
2017-10-12 11:09:02 +03:00
committed by Dan Christian Bogos
parent 68ca42c4c0
commit 12262fb11f
12 changed files with 158 additions and 125 deletions

View File

@@ -1370,11 +1370,8 @@ type TPThreshold struct {
}
type TPFilter struct {
TPid string
Tenant string
ID string
FilterType string // Filter type (*string, *timing, *rsr_filters, *cdr_stats)
FilterFieldName string // Name of the field providing us the Values to check (used in case of some )
FilterFielValues []string // Filter definition
TPid string
Tenant string
ID string
Filters []*TPRequestFilter
}