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 HatcherySwarm struct + func (h *HatcherySwarm) CanSpawn(model *sdk.Model, req []sdk.Requirement) bool + func (h *HatcherySwarm) Hatchery() *sdk.Hatchery + func (h *HatcherySwarm) ID() int64 + func (h *HatcherySwarm) Init() error + func (h *HatcherySwarm) KillWorker(worker sdk.Worker) error + func (h *HatcherySwarm) SpawnWorker(model *sdk.Model, req []sdk.Requirement) error + func (h *HatcherySwarm) WorkerStarted(model *sdk.Model) int