Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnimplemented = errors.New("Unimplemented")
View Source
var ErrWSControlMsg = errors.New("control msg")
ErrWSControlMsg is used to denote that there's no need to transport message from reader to writer
View Source
var ErrWSResponseMsg = errors.New("response msg")
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
WSClientHandler
}
Click to show internal directories.
Click to hide internal directories.