From 5b83db69b03ae5d2235ba73d46f1311e522b1efa Mon Sep 17 00:00:00 2001 From: what Date: Thu, 1 Feb 2024 15:58:57 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E6=96=B0=E5=A2=9E=20RouteParam=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.go b/routing.go index bc83715..ef28583 100644 --- a/routing.go +++ b/routing.go @@ -108,7 +108,7 @@ type RouteParam interface { GetType() RouteParamType GetCategory() RouteParamCategory IsRequired() bool - InjectValueToGlobalParams(*http.Request, GlobalParams) error + InjectRequestToGlobalParams(*http.Request, GlobalParams) error } type WsClientGroup string