update tests for http client

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-01-19 04:15:57 +03:00
parent 16301438fd
commit 48558b66ff
10 changed files with 784 additions and 16 deletions

7
client/http/tools.go Normal file
View File

@@ -0,0 +1,7 @@
// +build tools
package main
import (
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
)