merge master
This commit is contained in:
commit
2df1ae4b44
@ -1,4 +1,4 @@
|
|||||||
// Package gin ...
|
// Package api ...
|
||||||
//
|
//
|
||||||
// Description : 便捷的相关API处理
|
// Description : 便捷的相关API处理
|
||||||
//
|
//
|
||||||
@ -23,7 +23,7 @@ type IApi interface {
|
|||||||
GetURI() string
|
GetURI() string
|
||||||
// GetMiddleWareList 使用的中间件列表
|
// GetMiddleWareList 使用的中间件列表
|
||||||
GetMiddleWareList() []gin.HandlerFunc
|
GetMiddleWareList() []gin.HandlerFunc
|
||||||
// 处理的handler
|
// GetHandler 处理的handler
|
||||||
GetHandler() gin.HandlerFunc
|
GetHandler() gin.HandlerFunc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user