mirror of
https://github.com/yudai/gotty.git
synced 2026-01-06 17:48:50 +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
|
|
@ -1,5 +1,7 @@
|
|||
package webtty
|
||||
|
||||
// Protocols defines the name of this protocol,
|
||||
// which is supposed to be used to the subprotocol of Websockt streams.
|
||||
var Protocols = []string{"webtty"}
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue