htmgo/extensions/websocket/ws/access.go
2024-11-12 13:04:20 -06:00

9 lines
161 B
Go

package ws
import (
"github.com/maddalax/htmgo/framework/h"
)
func ManagerFromCtx(ctx *h.RequestContext) *SocketManager {
return SocketManagerFromCtx(ctx)
}