Versions in this module Expand all Collapse all v1 v1.5.1 Jun 11, 2025 v1.5.0 Jun 9, 2025 Changes in this version + type ClientHandlerTask struct + func (h *ClientHandlerTask) WSBinary(ctx channel.HandlerContext, message *websocket.DefaultMessage, ...) + func (h *ClientHandlerTask) WSClose(ctx channel.HandlerContext, message *websocket.CloseMessage, ...) + func (h *ClientHandlerTask) WSConnected(ch channel.Channel, req *http.Request, resp *http.Response, ...) + func (h *ClientHandlerTask) WSDisconnected(ch channel.Channel, req *http.Request, resp *http.Response, ...) + func (h *ClientHandlerTask) WSPing(ctx channel.HandlerContext, message *websocket.PingMessage, ...) + func (h *ClientHandlerTask) WSPong(ctx channel.HandlerContext, message *websocket.PongMessage, ...) + func (h *ClientHandlerTask) WSText(ctx channel.HandlerContext, message *websocket.DefaultMessage, ...) + type CloseTask struct + func (l *CloseTask) Get(ctx channel.HandlerContext, req *http.Request, resp *http.Response, ...) http.ErrorResponse + type DefaultHomeTask struct + func (l *DefaultHomeTask) Get(ctx channel.HandlerContext, req *http.Request, resp *http.Response, ...) http.ErrorResponse + type DefaultTask struct + func (l *DefaultTask) Get(ctx channel.HandlerContext, req *http.Request, resp *http.Response, ...) http.ErrorResponse + type Route struct + func NewRoute() *Route + type ServerChildCountHandler struct + func (h *ServerChildCountHandler) Active(ctx channel.HandlerContext) + func (h *ServerChildCountHandler) Deregister(ctx channel.HandlerContext, future channel.Future) + func (h *ServerChildCountHandler) Disconnect(ctx channel.HandlerContext, future channel.Future) + func (h *ServerChildCountHandler) Inactive(ctx channel.HandlerContext) + func (h *ServerChildCountHandler) Registered(ctx channel.HandlerContext) + func (h *ServerChildCountHandler) Unregistered(ctx channel.HandlerContext) + func (h *ServerChildCountHandler) Write(ctx channel.HandlerContext, obj any, future channel.Future) + type ServerHandlerTask struct + func (h *ServerHandlerTask) WSBinary(ctx channel.HandlerContext, message *websocket.DefaultMessage, ...) + func (h *ServerHandlerTask) WSClose(ctx channel.HandlerContext, message *websocket.CloseMessage, ...) + func (h *ServerHandlerTask) WSConnected(ch channel.Channel, req *http.Request, resp *http.Response, ...) + func (h *ServerHandlerTask) WSDisconnected(ch channel.Channel, req *http.Request, resp *http.Response, ...) + func (h *ServerHandlerTask) WSPing(ctx channel.HandlerContext, message *websocket.PingMessage, ...) + func (h *ServerHandlerTask) WSPong(ctx channel.HandlerContext, message *websocket.PongMessage, ...) + func (h *ServerHandlerTask) WSText(ctx channel.HandlerContext, message *websocket.DefaultMessage, ...)