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