Contains GRPC Server code for setting up a http2 Server and code for create a REST Gateway
Notes:
- Examples are in the example folder
- There are already defined flags for the cli implementation (urfave/v2/cli) in
flags/grpc.go
- The server code can be used to setup a gateway to an gRPC service that is on a different host and port
- A gateway server only implementation can not be created as a one to many different gRPC services.
- TODO: handle multiple different versions of grpc code
- You can set a version path it is in
grpc/options.go