mirror of
https://github.com/labstack/echo.git
synced 2025-07-09 01:15:54 +02:00
Exclude fasthttp in appengine
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
This commit is contained in:
@ -6,8 +6,6 @@ import (
|
||||
)
|
||||
|
||||
type (
|
||||
Type uint8
|
||||
|
||||
HandlerFunc func(Request, Response)
|
||||
|
||||
Engine interface {
|
||||
@ -64,8 +62,3 @@ type (
|
||||
TLSKeyfile string
|
||||
}
|
||||
)
|
||||
|
||||
const (
|
||||
Standard Type = iota
|
||||
FastHTTP
|
||||
)
|
||||
|
Reference in New Issue
Block a user