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 Acceptance400 struct + func (a *Acceptance400) Do(req *http.Request, resp *http.Response, params map[string]any) error + 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 + func (l *DefaultTask) Post(ctx channel.HandlerContext, req *http.Request, resp *http.Response, ...) http.ErrorResponse + type LongTask struct + func (l *LongTask) Get(ctx channel.HandlerContext, req *http.Request, resp *http.Response, ...) http.ErrorResponse + type Route struct + func NewRoute() *Route + type Routine struct + func (a *Routine) Index(ctx channel.HandlerContext, req *http.Request, resp *http.Response, ...) http.ErrorResponse + type SSE struct + func (h *SSE) Get(ctx channel.HandlerContext, req *http.Request, resp *http.Response, ...) http.ErrorResponse + 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)