Documentation ¶
Overview ¶
Package exec contains the exec function implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct { // Path is the path to the executable to run Path string `yaml:"path,omitempty"` // Args are the arguments to the executable Args []string `yaml:"args,omitempty"` runtimeutil.FunctionFilter }
Click to show internal directories.
Click to hide internal directories.