Versions in this module Expand all Collapse all v0 v0.3.1 Dec 9, 2023 v0.3.0 Dec 9, 2023 Changes in this version + type Cost struct + func NewCost() (*Cost, error) + func (c *Cost) FindBest(ws []*api.Worker, ts []*api.Task, workerIndex int) (*api.Task, error)