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 Cmd = &cobra.Command + type HatcheryDocker struct + func (hd *HatcheryDocker) CanSpawn(model *sdk.Model, req []sdk.Requirement) bool + func (hd *HatcheryDocker) Hatchery() *sdk.Hatchery + func (hd *HatcheryDocker) ID() int64 + func (hd *HatcheryDocker) Init() error + func (hd *HatcheryDocker) KillWorker(worker sdk.Worker) error + func (hd *HatcheryDocker) SpawnWorker(wm *sdk.Model, req []sdk.Requirement) error + func (hd *HatcheryDocker) WorkerStarted(model *sdk.Model) int