Documentation
¶
Index ¶
- func CreateDir(s string)
- func FileStat(filename string) error
- func LoadCommands(fileName string) data.Commands
- func LoadDevices(fileName string) driver.Devices
- func LoadVariables(fileName string) data.Variables
- func WriteToFile(results []data.Result)
- func WriteToJSONFile(results []data.Result)
- type CommandExpect
- type Expect
- type Params
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadCommands ¶
func LoadDevices ¶
Load a list of devices from a JSON file
func LoadVariables ¶
func WriteToFile ¶
Write the output from commands run against devices to a plain text file
func WriteToJSONFile ¶
Write the output from commands run against devices to a json file
Types ¶
type CommandExpect ¶
type CommandExpect struct {
CommandExpect []Expect `json:"command_expect"`
}
CommandExpect holds a slice of Expect Structs
Click to show internal directories.
Click to hide internal directories.