Remove Blocker from SupplierProfile and add to Supplier

This commit is contained in:
TeoV
2018-01-30 12:50:33 +02:00
committed by Dan Christian Bogos
parent 24f19d6646
commit a12d80d415
15 changed files with 58 additions and 56 deletions

View File

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