Documentation ¶ Index ¶ type JobRunner func NewJobRunner(fanout int) *JobRunner func (j *JobRunner) RunNetBoot(host *model.Host, reboot bool) func (j *JobRunner) RunReboot(host *model.Host) func (j *JobRunner) RunStatus(host *model.Host) func (j *JobRunner) Wait() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type JobRunner ¶ type JobRunner struct { // contains filtered or unexported fields } func NewJobRunner ¶ func NewJobRunner(fanout int) *JobRunner func (*JobRunner) RunNetBoot ¶ func (j *JobRunner) RunNetBoot(host *model.Host, reboot bool) func (*JobRunner) RunReboot ¶ func (j *JobRunner) RunReboot(host *model.Host) func (*JobRunner) RunStatus ¶ func (j *JobRunner) RunStatus(host *model.Host) func (*JobRunner) Wait ¶ func (j *JobRunner) Wait() Source Files ¶ View all Source files bmc.go jobs.go netboot.go reboot.go status.go sysmgr.go Click to show internal directories. Click to hide internal directories.