From 30059c03413875d8cbdd408cf2f208382860aaa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Mon, 22 Nov 2021 16:13:57 +0800 Subject: [PATCH] update doc --- gin/api/api.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gin/api/api.go b/gin/api/api.go index b639024..d330dba 100644 --- a/gin/api/api.go +++ b/gin/api/api.go @@ -1,4 +1,4 @@ -// Package gin ... +// Package api ... // // Description : 便捷的相关API处理 // @@ -23,7 +23,7 @@ type IApi interface { GetURI() string // GetMiddleWareList 使用的中间件列表 GetMiddleWareList() []gin.HandlerFunc - // 处理的handler + // GetHandler 处理的handler GetHandler() gin.HandlerFunc }