mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 16:18:44 +05:00
Remove Blocker from SupplierProfile and add to Supplier
This commit is contained in:
committed by
Dan Christian Bogos
parent
24f19d6646
commit
a12d80d415
@@ -1387,6 +1387,7 @@ type TPSupplier struct {
|
||||
ResourceIDs []string // queried in some strategies
|
||||
StatIDs []string // queried in some strategies
|
||||
Weight float64
|
||||
Blocker bool
|
||||
SupplierParameters string
|
||||
}
|
||||
|
||||
@@ -1399,7 +1400,6 @@ type TPSupplierProfile struct {
|
||||
Sorting string
|
||||
SortingParams []string
|
||||
Suppliers []*TPSupplier
|
||||
Blocker bool
|
||||
Weight float64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user