From dda4ced4c52f52682686a3bc141b35061046d0b2 Mon Sep 17 00:00:00 2001 From: what Date: Fri, 10 May 2024 21:55:09 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E9=87=8D=E6=96=B0=E6=A2=B3=E7=90=86?= =?UTF-8?q?=20ws?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ws.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ws.go b/ws.go index 225d536..04d4fab 100644 --- a/ws.go +++ b/ws.go @@ -38,6 +38,7 @@ type WsChannelManage interface { } type WsController interface { + Controller // 获取请求信息 Request() *http.Request // 请求处理