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.