Documentation ¶ Index ¶ func Wrap(logger *logext.Logger, handler Handler) func(http.ResponseWriter, *http.Request, httprouter.Params) type Handler func WSWrap(wsHandler WSHandler) Handler type WSHandler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Wrap ¶ func Wrap(logger *logext.Logger, handler Handler) func(http.ResponseWriter, *http.Request, httprouter.Params) Types ¶ type Handler ¶ type Handler func(*context.LuxContext) error func WSWrap ¶ func WSWrap(wsHandler WSHandler) Handler type WSHandler ¶ type WSHandler func(*context.WSContext) error Source Files ¶ View all Source files handler.go Click to show internal directories. Click to hide internal directories.