Documentation ¶ Index ¶ type TTYContD func New(ttyFile string) (*TTYContD, error) func (t *TTYContD) Close() error func (t *TTYContD) Read(p []byte) (n int, err error) func (t *TTYContD) TTYDevName() string func (t *TTYContD) Write(b []byte) (n int, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TTYContD ¶ type TTYContD struct { console.Console // contains filtered or unexported fields } func New ¶ func New(ttyFile string) (*TTYContD, error) func (*TTYContD) Close ¶ func (t *TTYContD) Close() error Close ... func (*TTYContD) Read ¶ func (t *TTYContD) Read(p []byte) (n int, err error) func (*TTYContD) TTYDevName ¶ func (t *TTYContD) TTYDevName() string func (*TTYContD) Write ¶ func (t *TTYContD) Write(b []byte) (n int, err error) Source Files ¶ View all Source files tty.go Click to show internal directories. Click to hide internal directories.