Merge pull request #2359 from techmexdev/patch-1 [ci skip]
Update router.go
This commit is contained in:
commit
456d72f3b8
1 changed files with 0 additions and 7 deletions
|
@ -186,10 +186,3 @@ func Load(mux *httptreemux.ContextMux, middleware ...gin.HandlerFunc) http.Handl
|
|||
|
||||
return e
|
||||
}
|
||||
|
||||
// type FileHandler interface {
|
||||
// Index(res http.ResponseWriter, data interface{}) error
|
||||
// Login(res http.ResponseWriter, data interface{}) error
|
||||
// Error(res http.ResponseWriter, data interface{}) error
|
||||
// Asset(res http.ResponseWriter, req *http.Request)
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue