Versions in this module Expand all Collapse all v0 v0.4.2 Apr 28, 2016 Changes in this version + func ToContext(c Setter, engine Engine) type Engine + func FromContext(c context.Context) Engine + type Setter interface + Set func(string, interface{}) v0.4.0 Oct 26, 2015 Changes in this version + var DefaultAgent = "drone/drone-exec:latest" + var DefaultBuildArgs = []string + var DefaultEntrypoint = []string + var DefaultNotifyArgs = []string + var DefaultPullRequestArgs = []string + type Engine interface + Allocate func(*model.Node) error + Cancel func(int64, int64, *model.Node) error + Deallocate func(*model.Node) + Schedule func(context.Context, *Task) + Stream func(int64, int64, *model.Node) (io.ReadCloser, error) + Subscribe func(chan *Event) + Unsubscribe func(chan *Event) + func Load(env envconfig.Env, s store.Store) Engine + type Event struct + Msg []byte + Name string + type Task struct + Build *model.Build + BuildPrev *model.Build + Config string + Job *model.Job + Jobs []*model.Job + Keys *model.Key + Netrc *model.Netrc + Repo *model.Repo + Secret string + System *model.System + User *model.User