mirror of
https://github.com/yudai/gotty.git
synced 2026-02-06 00:21:49 +01:00
Refine API of webtty package
This commit is contained in:
parent
d1ec7125cf
commit
807bcc25a4
10 changed files with 82 additions and 97 deletions
|
|
@ -5,6 +5,9 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
ErrSlaveClosed = errors.New("slave closed")
|
||||
// ErrSlaveClosed indicates the function has exited by the slave
|
||||
ErrSlaveClosed = errors.New("slave closed")
|
||||
|
||||
// ErrSlaveClosed is returned when the slave connection is closed.
|
||||
ErrMasterClosed = errors.New("master closed")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue