Skip to content

essapp/grpc-gateway-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protoc -I=. -I $GOPATH/pkg/mod/github.com/googleapis/googleapis@v0.0.0-20251210232721-b32495a713a6 \
-I=$GOPATH/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.3 \
--go_out=.  \
--go_opt=paths=source_relative \
--go-grpc_out=. \
--go-grpc_opt=paths=source_relative \
--go-grpc_opt=require_unimplemented_servers=false \
--grpc-gateway_out=. \
--grpc-gateway_opt=paths=source_relative \
--openapiv2_out=. \
./examples/internal/proto/*/*

About

example for grpc-gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors