Documentation ¶
Index ¶
Constants ¶
View Source
const ( DriverName = "native" Version = "0.2" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TtyConsole ¶
func NewTtyConsole ¶
func NewTtyConsole(processConfig *execdriver.ProcessConfig, pipes *execdriver.Pipes) (*TtyConsole, error)
func (*TtyConsole) AttachPipes ¶
func (t *TtyConsole) AttachPipes(command *exec.Cmd, pipes *execdriver.Pipes) error
func (*TtyConsole) Close ¶
func (t *TtyConsole) Close() error
func (*TtyConsole) Master ¶
func (t *TtyConsole) Master() *os.File
func (*TtyConsole) Resize ¶
func (t *TtyConsole) Resize(h, w int) error
Click to show internal directories.
Click to hide internal directories.