Compare commits

..

No commits in common. "2df1ae4b4415281267ddba486a62687c0f3c8b6f" and "413954b755aee3cc88166d1a6d4a603b50176061" have entirely different histories.

View File

@ -1,4 +1,4 @@
// Package api ...
// Package gin ...
//
// Description : 便捷的相关API处理
//
@ -23,7 +23,7 @@ type IApi interface {
GetURI() string
// GetMiddleWareList 使用的中间件列表
GetMiddleWareList() []gin.HandlerFunc
// GetHandler 处理的handler
// 处理的handler
GetHandler() gin.HandlerFunc
}