mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
Refactoring filters
This commit is contained in:
committed by
Dan Christian Bogos
parent
68ca42c4c0
commit
12262fb11f
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user