mirror of https://github.com/gin-gonic/gin.git
fix: added the declaration of the method to the interface.
This commit is contained in:
parent
4ec29dc2d9
commit
1c1da49bb1
|
@ -34,6 +34,7 @@ type IRoutes interface {
|
|||
Use(...HandlerFunc) IRoutes
|
||||
|
||||
Handle(string, string, ...HandlerFunc) IRoutes
|
||||
Handles([]string, string, ...HandlerFunc) IRoutes
|
||||
Any(string, ...HandlerFunc) IRoutes
|
||||
GET(string, ...HandlerFunc) IRoutes
|
||||
POST(string, ...HandlerFunc) IRoutes
|
||||
|
|
Loading…
Reference in New Issue