1
0
mirror of https://github.com/sorenisanerd/gotty.git synced 2025-04-13 05:30:28 +00:00
2017-08-24 14:40:28 +09:00

9 lines
132 B
Go

package webtty
import (
"io"
)
// Master represents a PTY master, usually it's a websocket connection.
type Master io.ReadWriter