mirror of
https://github.com/labstack/echo.git
synced 2025-01-12 01:22:21 +02:00
Fixed build error
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
9dd28d6da9
commit
690af22072
@ -8,8 +8,8 @@ import (
|
|||||||
|
|
||||||
type (
|
type (
|
||||||
// Context represents context for the current request. It holds request and
|
// Context represents context for the current request. It holds request and
|
||||||
// response references, path parameters, data and registered handlers for
|
// response references, path parameters, data and registered handler for
|
||||||
// the route. Context also drives the execution of middleware.
|
// the route.
|
||||||
Context struct {
|
Context struct {
|
||||||
Request *http.Request
|
Request *http.Request
|
||||||
Response *response
|
Response *response
|
||||||
|
@ -5,8 +5,6 @@ import (
|
|||||||
|
|
||||||
"github.com/labstack/bolt"
|
"github.com/labstack/bolt"
|
||||||
mw "github.com/labstack/bolt/middleware"
|
mw "github.com/labstack/bolt/middleware"
|
||||||
"github.com/rs/cors"
|
|
||||||
"github.com/thoas/stats"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type user struct {
|
type user struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user