mirror of
https://github.com/bytedream/docker4ssh.git
synced 2026-05-06 09:47:32 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package terminal
|
||||
|
||||
import "io"
|
||||
|
||||
type Terminal struct {
|
||||
io.ReadWriter
|
||||
|
||||
Width, Height uint32
|
||||
}
|
||||
Reference in New Issue
Block a user