Skip to content

ethernetdan/prototools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prototools

This repository holds various Protobuf/gRPC tools:

protoc-gen-doc is a Protobuf compiler plugin for generating HTML documentation from .proto files using standard Go HTML template files.

protoc-gen-json is a Protobuf compiler plugin for generating a JSON dump file for the protoc plugin generation request. It is primarily useful for running tests without invoking protoc directly (e.g. via the Go testing suite).

protoc-gen-dump is just like protoc-gen-json except it dumps output in protobuf format itself. It's much better than protoc-gen-json if you can make use of it because there are certain fields (e.g. extensions) which are explicitly marked as non-JSON-encodable. If you wish to retain e.g. grpc-gateway google.api.http annotations, you'll need to make use of protoc-gen-dump instead of protoc-gen-json.

About

documentation generator & other tools for protobuf/gRPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.0%
  • HTML 7.4%
  • Protocol Buffer 0.6%