Categorygithub.com/sandwich-go/protokit
repositorypackage
0.2.0-alpha.0
Repository: https://github.com/sandwich-go/protokit.git
Documentation: pkg.go.dev

# README

protokit

主要实现了对Google Protobuff文件的解析.

  • 通过注释的方式扩展proto语义
  • 将proto schema解析为ProfoFile,便于借助Service定义实现自定义的服务代码生成
  • 为单个生成目标(Service,DB等)引入ImportSet概念,自动管理依赖