mirror of
https://github.com/1Panel-dev/KubePi.git
synced 2025-10-05 15:26:58 +08:00
9 lines
132 B
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
|