package
1.4.1
Repository: https://github.com/adevinta/vulcan-check-sdk.git
Documentation: pkg.go.dev

# Functions

Execute executes ExecuteEnv without appendEnv variables.
ExecuteAndParse executes ExecuteEnvAndParse without appendEnv.
ExecuteAndParseJSON executes ExecuteEnvAndParseJSON without appendEnv.
ExecuteAndParseXML executes ExecuteEnvAndParseXML without appendEnv.
ExecuteEnv executes a 'command' in a new process Parameter command must contain a path to the command, or simply the command name if lookup in path is wanted.
ExecuteAndParse executes a command, using the func Execute and parsing the output using the provided parser function.
ExecuteEnvAndParseJSON executes a command, using the func Execute.
ExecuteEnvAndParseXML executes a command, using the func Execute.
ExecuteWithEnvStdErr executes a 'command' in a new process Parameter command must contain a path to the command, or simply the command name if lookup in path is wanted.
ExecuteWithStdErr executes ExecuteWithEnvStdErr without env variables.

# Structs

ParseError reports a failure when trying to parse a process output.

# Type aliases

OutputParser represent a function that parses an output from process.