grpc-gateway-generator icon indicating copy to clipboard operation
grpc-gateway-generator copied to clipboard

A script to generate a ready to use grpc-gateway with swagger, by just providing the path to the protos and a simple configuration file.

Results 3 grpc-gateway-generator issues
Sort by recently updated
recently updated
newest added

I have some proto files , and A import B in same package. It will break in go import I change the generate.sh ``` find ${PROTOS_PATH} -type f -name "*.proto"...

Kubernetes configmaps place files in hidden folders and use symlinks to these files. Using a traditional `find` command will return the absolute path to the file (which is an undesired...

I have a nodejs backend grpc-server (condor) that is up and running, but it seems the grpc-gateway is unable to establish connection to the backend(s). There are no information whatsoever...