Documentation
¶
Overview ¶
Package global provides global types and constants for the backend packages.
Index ¶
Constants ¶
View Source
const ( // Channel buffer sizes: ReadChanSize = 5 WriteChanSize = 10 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SocketType ¶
type SocketType int
const ( // The available socket types. TypeAjaxSocket SocketType = 1 << iota TypeWebSocket SocketType = 1 << iota )
Click to show internal directories.
Click to hide internal directories.