文件名称:Automation-Poseidon:根据接口生成RPC文件
文件大小:18KB
文件格式:ZIP
更新时间:2024-03-10 14:20:53
Go
说明 根据接口自动生成rpc文件 备注 使用protoc-gen-gogofaster插件生成pb.go文件 protoc-gen-gofast (5-7 times faster than gogo) protoc-gen-gogofast (same as gofast, but imports gogoprotobuf) protoc-gen-gogofaster (same as gogofast, without XXX_unrecognized, less pointer fields) protoc-gen-gogoslick (same as gogofaster, but with generated string, gostring and equal methods) 安装 去获取github.com/golang/protobuf/{p
【文件预览】:
Automation-Poseidon-master
----install.sh(330B)
----main.go(5KB)
----bash.sh(115B)
----.gitignore(16B)
----go.sum(834B)
----README.md(3KB)
----utils()
--------ast_file.go(8KB)
--------base.go(5KB)
--------logger.go(762B)
--------go_file.go(3KB)
--------utils.go(1KB)
----template()
--------logic.go(542B)
--------implement_template.go(568B)
--------controller.go(7KB)
--------proto_template.go(923B)
--------implement.go(1KB)
--------controller_template.go(2KB)
--------logic_template.go(89B)
--------utils.go(243B)
--------proto.go(489B)
----go.mod(112B)