Documentation
¶
Index ¶
Constants ¶
View Source
const (
// MaxSize is the maximum supported WebSocket message size.
MaxSize = 65536
)
Variables ¶
This section is empty.
Functions ¶
func RegisterType ¶
func RegisterType(newMessageOfType func() Message)
RegisterType registers a known message type.
Types ¶
type Meta ¶
Click to show internal directories.
Click to hide internal directories.