package
1.9.7
Repository: https://github.com/gdt-dev/gdt.git
Documentation: pkg.go.dev

# Functions

ExecEmpty returns an ErrExecEmpty with the line/column of the supplied YAML node.
ExecInvalidShellParse returns an ErrExecInvalid with the error from shlex.Split.
ExecRuntimeError returns a RuntimeError with an error from the Exec() call.
OverrideDefaultTimeout is only used in testing...
Plugin returns the HTTP gdt plugin.
UnknownShell returns a wrapped version of ErrParse that indicates the user specified an unknown shell.

# Variables

No description provided by the author
ErrExecEmpty indicates that the user specified an empty "exec" field.
ErrExecInvalid indicates that the user specified an invalid "exec" field.
ErrUnknownShell returns an ErrParse when an unknown shell is specified.
this is just for testing purposes...

# Structs

Action describes a single execution of one or more commands via the operating system's `exec` family of functions.
Defaults is the known exec plugin defaults collection.
Expect contains the assertions about an Exec Spec's actions.
On describes actions that can be taken upon certain conditions.
PipeExpect contains assertions about the contents of a pipe.
Spec describes a single Spec that executes one or more commands via the operating system's `exec` family of functions.