Refine API of webtty package

This commit is contained in:
Iwasaki Yudai 2017-08-24 14:40:28 +09:00
parent d1ec7125cf
commit 807bcc25a4
10 changed files with 82 additions and 97 deletions

View file

@ -8,7 +8,7 @@ import (
type Slave interface {
webtty.Slave
GetTerminalSize() (width int, height int, err error)
Close() error
}
type Factory interface {