gotty/webtty/master.go

9 lines
132 B
Go

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