feat: merge master

This commit is contained in:
Fabiennne
2020-03-30 17:51:25 +02:00
parent 85aa907d12
commit 108876348f
12 changed files with 10 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ type Gateway struct {
cutomHeaders []string
}
func StartGateway(conf *grpc_util.GatewayConfig) *Gateway {
func StartGateway(conf grpc_util.GatewayConfig) *Gateway {
return &Gateway{
grpcEndpoint: conf.GRPCEndpoint,
port: conf.Port,