Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { GetMetrics(c echo.Context) error MiddlewareFunc() echo.MiddlewareFunc }
func NewHandler ¶
func NewHandler(dispatcher session.Dispatcher) Handler
Click to show internal directories.
Click to hide internal directories.