Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // ProtocolVersion used by default. If not set then we use centrifuge.ProtocolVersion1. ProtocolVersion centrifuge.ProtocolVersion // MaxRequestBodySize for POST requests when used. MaxRequestBodySize int centrifuge.PingPongConfig }
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(n *centrifuge.Node, c Config) *Handler
Click to show internal directories.
Click to hide internal directories.