Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateKey ¶
Types ¶
type Protocol ¶
type Protocol struct { Debug bool // contains filtered or unexported fields }
func NewProtocol ¶
func WrapConnection ¶
type ReaderFunc ¶
func (ReaderFunc) ReadMessage ¶
func (rf ReaderFunc) ReadMessage() (Message, error)
type WriterFunc ¶
func (WriterFunc) WriteMessage ¶
func (wf WriterFunc) WriteMessage(msg Message) error
Click to show internal directories.
Click to hide internal directories.