Refine API of webtty package
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
type Slave interface {
|
||||
webtty.Slave
|
||||
|
||||
GetTerminalSize() (width int, height int, err error)
|
||||
Close() error
|
||||
}
|
||||
|
||||
type Factory interface {
|
||||
|
||||
Reference in New Issue
Block a user