Implement a reverse proxy using grpc-gateway

This commit is contained in:
Marc Di Luzio 2020-06-13 00:23:21 +01:00
parent 7ababb79f6
commit 8c6230ca20
22 changed files with 3122 additions and 802 deletions

View file

@ -98,7 +98,7 @@ func InnerMain(command string) error {
if err != nil {
return err
}
var client = rove.NewRoverServerClient(clientConn)
var client = rove.NewRoveServerClient(clientConn)
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()