gotty/webtty/master.go

9 lines
132 B
Go
Raw Permalink Normal View History

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