英文: protobuf with grpc for Go in split packages 问题 我正在尝试使用六边形架构来构建我的Go项目,就像这里所描述的那样。 在我的项目中,我使用proto...
Golang – google/protobuf/Empty.proto: 找不到文件
英文: Golang - google/protobuf/Empty.proto: File not found 问题 以下是翻译好的内容: syntax = "proto3"; pa...
–go-grpc_out: protoc-gen-go-grpc: 插件以状态码 1 失败
英文: --go-grpc_out: protoc-gen-go-grpc: Plugin failed with status code 1 问题 当我编译我的proto文件时,出现了以下错误: p...
protoc-gen-gogo在消息中的字段后始终添加一个’_’。
英文: protoc-gen-gogo always appends a '_' to the field in the message 问题 尝试通过protoc-gen-gogo生...
如何将时间戳 Protobuff 转回我的时区,因为 GitHub 版本的时间戳已被弃用?
英文: How can I make Timestamp Protobuff back to my timezone since the github version of timestamp is ...
protoc –go_opt=paths=source_relative vs –go-grpc_opt=paths=source_relative
英文: protoc --go_opt=paths=source_relative vs --go-grpc_opt=paths=source_relative 问题 我正在努力弄清楚protoc命令...
如何解决使用gRPC、Go和protoc时的路径问题?
英文: how to fix path problem with grpc, go and protoc 问题 有没有修复运行protoc命令时超出go路径的方法。就像我必须为每个新项目导出路径一样....
protoc-gen-go: 无法确定 “simple.proto” 的 Go 导入路径。
英文: protoc-gen-go: unable to determine Go import path for "simple.proto" 问题 我有一个包含以下内容的简单p...
gRPC生成的文件没有JSON定义。
英文: gRPC generated file doesn't have json definition 问题 我正在尝试从proto文件生成Go文件,但方法的输入定义中没有json定义。我应...
正在生成服务,但没有客户端协议。
英文: Service being generated but not client protoc 问题 我正在使用protoc尝试为我的gRPC服务生成客户端/服务器。 我在我的make文件中有以下...
4