Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShellScriptConfig ¶
type ShellScriptConfig struct {
Name string `yaml:"name"`
Version string `yaml:"version"`
ExpectedOutput string `yaml:"expected_output"`
ScriptArguments []string `yaml:"arguments"`
}
ShellScriptConfig defines the format of the config we expect
func LoadConfigFromEnv ¶
func LoadConfigFromEnv(config string) (*ShellScriptConfig, error)
Click to show internal directories.
Click to hide internal directories.