gotty/webtty/master.go

9 lines
132 B
Go
Raw Permalink Normal View History

2017-02-25 22:37:07 +00:00
package webtty
2017-08-24 05:40:28 +00:00
import (
"io"
2017-02-25 22:37:07 +00:00
)
2017-08-24 05:40:28 +00:00
// Master represents a PTY master, usually it's a websocket connection.
type Master io.ReadWriter