mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 08:06:52 +02:00
Update router.go
Removes unused code
This commit is contained in:
parent
5e557bb2d8
commit
97da939475
@ -189,10 +189,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 New Issue
Block a user