Categorygithub.com/wangming1993/pb2doc
repositorypackage
0.0.0-20201106022937-3a47f0656bf5
Repository: https://github.com/wangming1993/pb2doc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Google protocol message parser

A tool used to parse Google protocol buffer message to JSON or html

build status


Install

go get github.com/wangming1993/pb2doc

Usage

Build pb package under ./proto folders and write HTML files to ./dist folder

pb2doc build pb from ./protos
# change output folder
pb2doc build pb from ./protos --dist=html

Features I needed

  • recursive parse message
  • support grpc service
  • configurable doc type, maybe JSON,html or swagger
  • annotation-based service description

Overview

Doc

develop guidance