modulepackage
1.1.0
Repository: https://github.com/tmc/protoc-gen-apidocs.git
Documentation: pkg.go.dev
# README
protoc-gen-apidocs
protoc-gen-apidocs
is a very simple and customizable protoc generator that translates .proto files into clean and readable markdown format.
This is achieved by levearging the fantastic protogen library and Go's built-in templating capabilties.
Example Output
Vehicle.proto example
This example shows a variety of protobuf features including extensions and nested messages.
Booking.proto example
This example is relatively simple but shows streaming rpc endpoints properly handled.
# Packages
No description provided by the author