upstream sync
This commit is contained in:
9
services/location/mapbox_lib/http.go
Normal file
9
services/location/mapbox_lib/http.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package mapbox
|
||||
|
||||
import (
|
||||
"github.com/valyala/fasthttp"
|
||||
)
|
||||
|
||||
type FastHttpClient interface {
|
||||
Do(req *fasthttp.Request, resp *fasthttp.Response) error
|
||||
}
|
||||
Reference in New Issue
Block a user