Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sheet ¶
type Sheet struct { // Name is the display name of the sheet. Name string `json:"name,omitempty" hcl:"name"` // Description is a short description about the usage of the sheet. Description string `json:"description,omitempty" hcl:"description,optional"` // Jobs is a slice of jobs that can be executed on the sheet. The key is the // unique name of a job. Jobs []job.Job `json:"jobs,omitempty" hcl:"job,block"` }
Sheet is a collection of jobs. It represents the content of a configuration file.
Click to show internal directories.
Click to hide internal directories.