Skip to content

nstogner/protoc-gen-grpc-go-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Service Struct Generator (gRPC)

Use this protoc plugin to generate a go struct that satisfies the corresponding generated gRPC interface.

# Install
go get github.com/nstogner/protoc-gen-grpc-go-service

# How example/grpcd/service.go was generated...

cd $GOPATH/github.com/nstogner/protoc-gen-grpc-go-service/example
# This assumes that $GOPATH/bin is a part of $PATH
protoc --grpc-go-service_out=./grpcd example.proto

About

Generate gRPC golang service structs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages