Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadDependency ¶
func DownloadDependency() error
Types ¶
type PTYInterface ¶
type PTYInterface interface { Write(p []byte) (n int, err error) Read(p []byte) (n int, err error) Getsize() (uint16, uint16, error) Setsize(cols, rows uint32) error Close() error }
func Start ¶
func Start() (PTYInterface, error)
Click to show internal directories.
Click to hide internal directories.