Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:57:20.000Z (9 months ago)
- Last Synced: 2024-05-23T03:42:42.956Z (9 months ago)
- Topics: golang, microservice, parser, protobuf, protobuf3
- Language: Go
- Homepage:
- Size: 254 KB
- Stars: 6
- 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`概念,自动管理依赖