sample implementation of grpc server with grpc-gateway which returns custom error response
make go-build
make buildProto
- launch
cmd/api/api
andcmd/gw/gw
- server returns response with success
curl localhost:8080/data?success=true
- server returns response with detailed error
curl localhost:8080/data?success=false
- cmd
- main applications
- proto
- proto files
- app
- internal packages