mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
HTTPServer: Implement named middlewares (#44231)
* Implement named middlewares on http server * Fix minor ordering issue with named middlewares
This commit is contained in:
committed by
GitHub
parent
9161f9d2e1
commit
29268483c2
@@ -73,6 +73,6 @@ func (noOpRouteRegister) Group(string, func(routing.RouteRegister), ...web.Handl
|
||||
|
||||
func (noOpRouteRegister) Insert(string, func(routing.RouteRegister), ...web.Handler) {}
|
||||
|
||||
func (noOpRouteRegister) Register(routing.Router) {}
|
||||
func (noOpRouteRegister) Register(routing.Router, ...routing.RegisterNamedMiddleware) {}
|
||||
|
||||
func (noOpRouteRegister) Reset() {}
|
||||
|
||||
Reference in New Issue
Block a user