Versions in this module Expand all Collapse all v0 v0.4.0 Jan 27, 2017 v0.3.0 Jan 12, 2017 Changes in this version + var Client sdk.HTTPClient + func Born(h Interface, api, token string, provision int, requestSecondsTimeout int) + func CheckRequirement(r sdk.Requirement) (bool, error) + func Register(h *sdk.Hatchery, token string) error + type Interface interface + CanSpawn func(model *sdk.Model, req []sdk.Requirement) bool + Hatchery func() *sdk.Hatchery + ID func() int64 + Init func() error + KillWorker func(worker sdk.Worker) error + SpawnWorker func(model *sdk.Model, req []sdk.Requirement) error + WorkerStarted func(model *sdk.Model) int