Files
KubePi/thirdparty/gotty/webtty/master.go
2021-09-27 18:40:57 +08: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