From da8d0f2e069c83771290e7f1db9456b464aade5c Mon Sep 17 00:00:00 2001 From: what Date: Tue, 23 May 2023 14:10:44 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E6=96=B0=E5=A2=9EgRPC=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routing.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routing.go b/routing.go index 9e2009a..ee0a47a 100644 --- a/routing.go +++ b/routing.go @@ -16,6 +16,7 @@ type RouteCtx struct { const ( RouteCategory_WS RouteCategory = "ws" + RouteCategory_GRPC RouteCategory = "grpc" RouteCategory_FUNC RouteCategory = "func" RouteCategory_SHOW RouteCategory = "show" RouteCategory_QUERY RouteCategory = "query"