英文: Cast boxed struct to boxed pointer - golang 问题 我正在使用Protobuf来编写Golang代码。 Protobuf会生成实现proto.Mess...
What is the correct way to send binary data using protocol buffers?
英文: What is the correct way to send binary data using protocol buffers? 问题 使用protogen工具后,我有一个用于发送消息的...
找不到包 “google/protobuf”。
英文: Cannot find package "google/protobuf" 问题 我正在编译一个用Go语言编写的开源项目(openblockchain)。当我执行go bu...
Golang谷歌协议缓冲区中的错误。
英文: Bug in golang google protocol buffer 问题 我有一个Python程序和一个Golang程序,都从一个socket获取数据。我打印出它们接收到的字节。 Pyt...
Protocol Buffer 使用枚举(enum)。
英文: Protocol Buffer use enum 问题 你好,我正在使用protobuf工作,但遇到了一个问题。 我有一些枚举函数,但其中两个函数具有相同的别名。当我尝试将文件编译为"...
无法使用 gRPC 中的 proto 3.0 缓冲区生成客户端代码。
英文: Unable to generate client code using proto 3.0 buffer in gRPC 问题 我正在尝试在gRPC中生成客户端和服务器代码。我已经从GitH...
Golang是否提供了一种简单的方法来输出可读性强的protobuf格式?
英文: Does golang provide an easy way to output human readable protobuf 问题 在Golang中,有没有一种好的方法可以获取Proto...
在proto消息中声明字段标签。
英文: Declaring a field tag in proto message 问题 我刚刚开始使用Go编程和protobuf,并且现在需要验证结构中的数据。我找到了govalidator,它似...
从golang中的fixed64 protobuf字段中读取int64。
英文: read int64 from fixed64 protobuf field in golang 问题 我有一个在.proto文件中类型为fixed64的字段。 我想将其作为int64字段进行...
Golang protobuf 从生成的 JSON 标签中移除 omitempty 标记。
英文: golang protobuf remove omitempty tag from generated json tags 问题 我正在使用Google gRPC和JSON代理。由于某种原因,...
24