Versions in this module Expand all Collapse all v0 v0.3.0 Sep 17, 2015 Changes in this version + func NewContext(parent context.Context, w worker.Worker) context.Context + type Director struct + func New() *Director + func (d *Director) Do(c context.Context, work *worker.Work) + func (d *Director) GetAssignemnts() []*worker.Assignment + func (d *Director) GetPending() []*worker.Work + func (d *Director) GetStarted() []*worker.Work