英文: make proto in micro project throws error Expected "{" in windows 10 问题 从micro开始,一切都正常工...
获取一个FieldDescriptor而不硬编码字段名(proto消息)
英文: Get a FieldDescriptor without hard-coding the field name (proto message) 问题 给定以下的 proto message:...
如何在Golang的proto结构中使用正则表达式?
英文: How to put regexp inside proto struct in golang? 问题 我有一个类似树状结构的数据,其中包含了一个字符串正则表达式,我希望能够将Go编译的*re...
Grpc Go Generated.pb.go 导入未格式化。
英文: Grpc Go Generated.pb.go import was not formatted 问题 我从一个项目(https://github.com/maanasasubrahmanya...
Go proto: 文件未找到
英文: Go proto: File not found 问题 我一直在尝试运行以下命令: protoc -I ./interfaces/ -I ${GOPATH}/pkg/mod/github.co...
使用Envoy代理验证器和gogo protobuf进行Go验证。
英文: Go validation using envoy proxy validator and gogo protobuf 问题 我正在尝试编写一个插件来生成验证Go文件。该插件使用https:/...
Golang项目Protobuf导入损坏
英文: Golang project Protobuf corrupted imports 问题 我不是一个 Golang 开发者,但是目前我必须修复其中的代码,所以如果我不小心没有理解一些基本的 G...
在使用Go语言编写的Apache Beam中的Pcollection中使用Protobuf消息时出现错误。
英文: Using Protobuf messages in a Pcollection in Apache Beam using Go causing an error 问题 func proces...
有没有一种方法可以提取 protobuf 的 oneof int 值?
英文: Is there a way to extract a protobuf oneof int value? 问题 在Go语言中,有没有办法获取protobuf的oneof case的整数值? ...
如何根据字符串表示获取 Protobuf 枚举值?
英文: How to get a Protobuf enum value from its string representation? 问题 你可以使用Parse方法来从字符串中获取Protobuf...
24