Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandRequest ¶
type FormFields ¶
type FormFields struct {
Name string `json:"name"`
FormatName string `json:"formatName"`
Format string `json:"format"`
Example string `json:"example"`
Description string `json:"description"`
Options []MenuOption `json:"options"`
}
func ParseINIFile ¶
func ParseINIFile(path string) (FormFields, error)
type MenuOption ¶
type Runner ¶
type Runner struct {
Script string `json:"script"`
Errors []string `json:"errors"`
StopRequested bool `json:"stopRequested"`
Enqueued []string `json:"enqueued"`
Successful []string `json:"successful"`
Failed []string `json:"failed"`
Skipped []string `json:"skipped"`
Started bool `json:"started"`
Done bool `json:"done"`
Directory string `json:"directory"`
// contains filtered or unexported fields
}
func (*Runner) IdentifyTargets ¶
type StandardCommander ¶
type StandardCommander struct{}
Click to show internal directories.
Click to hide internal directories.