mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
337998d58b
If DispatchCtx is called and there's a handler registered using AddHandler we now allow that and not return a handler not found error. In addition we log a warning message helping the developers know that AddHandlerCtx should be used instead. If Dispatch is called and there's a handler registered using AddHandlerCtx we log a warning message helping the developers know that DispatchCtx should be used instead. |
||
---|---|---|
.. | ||
bus_test.go | ||
bus.go |