job

package
v0.0.0-...-71ad85e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Demo

type Demo struct {
	Template string `json:"template"`
	UserName string `json:"username,omitempty"`
	Number   uint   `json:"number"`
	Create   bool
	Start    bool
	Stop     bool
	Destroy  bool
}

type Job

type Job struct {
	Demo     *Demo
	Template *Template
}

func (*Job) Execute

func (j *Job) Execute(status *taskstatus.Status, demoLock *demolock.DemoLock)

type Template

type Template struct {
	Config       template.Config
	Import       bool
	Destroy      bool
	ChildDestroy bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL