Compare commits
No commits in common. "2df1ae4b4415281267ddba486a62687c0f3c8b6f" and "413954b755aee3cc88166d1a6d4a603b50176061" have entirely different histories.
2df1ae4b44
...
413954b755
@ -1,4 +1,4 @@
|
|||||||
// Package api ...
|
// Package gin ...
|
||||||
//
|
//
|
||||||
// Description : 便捷的相关API处理
|
// Description : 便捷的相关API处理
|
||||||
//
|
//
|
||||||
@ -23,7 +23,7 @@ type IApi interface {
|
|||||||
GetURI() string
|
GetURI() string
|
||||||
// GetMiddleWareList 使用的中间件列表
|
// GetMiddleWareList 使用的中间件列表
|
||||||
GetMiddleWareList() []gin.HandlerFunc
|
GetMiddleWareList() []gin.HandlerFunc
|
||||||
// GetHandler 处理的handler
|
// 处理的handler
|
||||||
GetHandler() gin.HandlerFunc
|
GetHandler() gin.HandlerFunc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user