Skip to content

Docker image for making go protobuf/grpc generation easier

Notifications You must be signed in to change notification settings

mfycheng/protoc-gen-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

protoc-gen-go

Provides a proto build environment that contains:

Usage

The image runs protoc with both the Google API and Validation protos as import paths, using the grpc and envoy validation proxy, for each proto found in the /proto directory. The generated output is located in /genproto.

An example usage is:

docker run -v api:/proto -v genproto:/genproto mfycheng/protoc-gen-go

Which compiles all of the protos (recursively) in api and puts it ingenproto

About

Docker image for making go protobuf/grpc generation easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published