Documentation ¶
Index ¶
Constants ¶
View Source
const ( OPCODE_CONTINUATION = 0x0 OPCODE_FOR_TEXT = 0x1 OPCODE_BINARY = 0x2 OPCODE_CLOSE = 0x8 OPCODE_PING = 0x9 OPCODE_PONG = 0xA )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Connection ¶
type Connection interface {
Close() error
}
Click to show internal directories.
Click to hide internal directories.