Execute receives an executable's filepath, a slice of arguments, and a slice of environment variables to relay to the executable.
(executablePath string, cmdArgs, environment []string)
| 39 | // of arguments, and a slice of environment variables |
| 40 | // to relay to the executable. |
| 41 | Execute(executablePath string, cmdArgs, environment []string) error |
| 42 | } |
| 43 | |
| 44 | // DefaultPluginHandler implements PluginHandler |
no outgoing calls