https://github.com/sandwich-go/protokit
golang parser for proto buffer file
https://github.com/sandwich-go/protokit
golang microservice parser protobuf protobuf3
Last synced: 8 months ago
JSON representation
golang parser for proto buffer file
- Host: GitHub
- URL: https://github.com/sandwich-go/protokit
- Owner: sandwich-go
- Created: 2022-04-07T02:48:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-22T04:43:33.000Z (8 months ago)
- Last Synced: 2025-07-22T05:38:07.643Z (8 months ago)
- Topics: golang, microservice, parser, protobuf, protobuf3
- Language: Go
- Homepage:
- Size: 496 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-0.1.md
Awesome Lists containing this project
README
# protokit
主要实现了对Google Protobuff文件的解析.
- 通过注释的方式扩展proto语义
- 将proto schema解析为ProfoFile,便于借助`Service`定义实现自定义的服务代码生成
- 为单个生成目标(Service,DB等)引入`ImportSet`概念,自动管理依赖