Update module github.com/labstack/echo/v4 to v5 #66
Annotations
7 errors
|
Run Unit Tests
Process completed with exit code 1.
|
|
Run Unit Tests:
middleware.go#L70
c.Response().Status undefined (type http.ResponseWriter has no field or method Status)
|
|
Run Unit Tests:
middleware.go#L69
c.Response().Committed undefined (type http.ResponseWriter has no field or method Committed)
|
|
Run Unit Tests:
middleware.go#L62
c.Response().Status undefined (type http.ResponseWriter has no field or method Status)
|
|
Run Unit Tests:
middleware.go#L58
c.Error undefined (type echo.Context has no field or method Error)
|
|
Run Unit Tests:
middleware.go#L56
cannot use c (variable of struct type echo.Context) as *echo.Context value in argument to next
|
|
Run Unit Tests:
middleware.go#L21
cannot use func(c echo.Context) error {…} (value of type func(c echo.Context) error) as echo.HandlerFunc value in return statement
|
Loading