Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Folder ¶
type Folder struct { // Name of the script source Name string `json:"name" yaml:"name" hcl:"name,label"` // Path to the scripts folder Path string `json:"path" yaml:"path" hcl:"path"` // Mask for script matching Mask string `json:"mask" yaml:"mask" hcl:"mask"` }
Folder script source config
Click to show internal directories.
Click to hide internal directories.