Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalExecutor ¶
type LocalExecutor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
func NewExecutor() *LocalExecutor
type LocalProcess ¶
type LocalProcess struct {
// contains filtered or unexported fields
}
Process represents a single instance of the script running or completed on the local device.
func (*LocalProcess) Close ¶
func (p *LocalProcess) Close()
func (*LocalProcess) Exited ¶
func (p *LocalProcess) Exited() bool
func (*LocalProcess) Kill ¶
func (p *LocalProcess) Kill() error
func (*LocalProcess) Write ¶
func (p *LocalProcess) Write(input string) error
Click to show internal directories.
Click to hide internal directories.