mirror of
https://github.com/labstack/echo.git
synced 2025-11-06 08:59:21 +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
|
||||
)
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !appengine
|
||||
|
||||
package fasthttp
|
||||
|
||||
import "github.com/valyala/fasthttp"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !appengine
|
||||
|
||||
package fasthttp
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !appengine
|
||||
|
||||
package fasthttp
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !appengine
|
||||
|
||||
package fasthttp
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !appengine
|
||||
|
||||
package fasthttp
|
||||
|
||||
import "github.com/valyala/fasthttp"
|
||||
|
||||
Reference in New Issue
Block a user