Versions in this module Expand all Collapse all v0 v0.3.0 Sep 17, 2015 Changes in this version + func Do(c context.Context, w *Work) + func NewContext(parent context.Context, worker Worker) context.Context + type Assignment struct + Work *Work + Worker Worker + type Work struct + Commit *model.Commit + Host string + Repo *model.Repo + User *model.User + type Worker interface + Do func(context.Context, *Work) + func FromContext(c context.Context) Worker