Skip to content

A set of awesome plugins for protobuf, would be useful and time-saving when developing.

License

Notifications You must be signed in to change notification settings

RyoJerryYu/protoc-gen-pluginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protoc-gen-pluginx

Useful plugins for protobuf, useful helper classes for protoc plugins, and modules for generating code imports.

A plugin for generating JSON marshalling and unmarshalling methods using protojson, works with protoc-gen-go .

It is a fork of github.com/mitchellh/protoc-gen-go-json with some improvements.

A plugin for generating enum extension methods, works with protoc-gen-go .

A plugin for generating fieldmask paths helper for messages, works with protoc-gen-go .

It is a fork of github.com/idodod/protoc-gen-fieldmask with some improvements.

A plugin for generating adapter codes for adapting gRPC server as an gRPC client.

This will be useful when a local sigleton program have many service implementing the protobuf service, and prefer to call each other directly in memory without marshalling and unmarshalling the message.

About

A set of awesome plugins for protobuf, would be useful and time-saving when developing.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages