Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFunctions ¶
func NewFunctions(thread *starlark.Thread) (starlark.StringDict, error)
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func NewCommand ¶
func NewCommand(script string, stdout io.ReadWriteCloser, stderr io.ReadWriteCloser, workDir string, env []string, username string) (*Command, error)
Click to show internal directories.
Click to hide internal directories.