# Functions
NewExecCmdFromSlice creates ExecCmd for a command represented as a slice of strings.
NewExecCmdFromString creates ExecCmd for a string-based command.
NewExecCollection initializes the collection of exec command results.
No description provided by the author
ParseExecOutputFormat parses the exec output format user input.
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
ExecCmd represents an exec command.
ExecCollection represents a datastore for exec commands execution results.
ExecResult represents a result of a command execution.
# Type aliases
Stdout type alias for a string is an artificial type to allow for custom marshalling of stdout output which can be either a valid or non valid JSON.