suppliersForEvent -> sortedSuppliersForEvent

This commit is contained in:
DanB
2017-11-27 17:25:53 +01:00
parent ad1b4d7d98
commit b27a326ce9

View File

@@ -222,7 +222,7 @@ func (lcrS *SupplierService) resourceUsage(resIDs []string) (tUsage float64, err
// supliersForEvent will return the list of valid supplier IDs
// for event based on filters and sorting algorithms
func (spS *SupplierService) supliersForEvent(ev *SupplierEvent) (sortedSuppls *SortedSuppliers, err error) {
func (spS *SupplierService) sortedSuppliersForEvent(ev *SupplierEvent) (sortedSuppls *SortedSuppliers, err error) {
var suppPrfls SupplierProfiles
if suppPrfls, err = spS.matchingSupplierProfilesForEvent(ev); err != nil {
return