From a850005f0b1193e86c7d40a4c15788f1e3a2a55a Mon Sep 17 00:00:00 2001 From: rogeecn Date: Mon, 31 Jul 2023 18:46:20 +0800 Subject: [PATCH] modify httpRoute interface --- contracts/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/http.go b/contracts/http.go index 8c40d63..585b66d 100644 --- a/contracts/http.go +++ b/contracts/http.go @@ -1,6 +1,6 @@ package contracts -type Route interface{} +type HttpRoute interface{} type HttpService interface { Serve() error