From dfe4a87a4b82616dc7da476ddd96392e5ea0032e Mon Sep 17 00:00:00 2001 From: what Date: Thu, 1 Feb 2024 16:03:52 +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, 2 deletions(-) diff --git a/routing.go b/routing.go index ef28583..7d92243 100644 --- a/routing.go +++ b/routing.go @@ -88,8 +88,6 @@ type Router interface { } type Route interface { - RouteMiddleware - GetUuid() string GetCode() string GetPrimaryKey() string