package
Version:
v1.23.9
Opens a new window with list of versions in this module.
Published: Oct 2, 2025
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewExecutor() *defaultExecutor
type Executor interface {
RunCommand(executable string, args []string, cwd util.AbsolutePath, log logging.Logger) ([]byte, []byte, error)
RunScript(executable string, args []string, script string, cwd util.AbsolutePath, log logging.Logger) ([]byte, []byte, error)
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.