I am writing a REST server in Go. The server need to communicate to other gRPC server. The REST server will now also function as gRPC server/client also. What is the suggested way to achieve this ?