英文: Import multiple protobuf files with common message names in a single proto file 问题 我有几个共享一些消息名称的...
一致的跨平台Proto3序列化/反序列化
英文: Consistent Cross Platform Proto3 Serialization / Deserialization 问题 我有一个基于golang的GRPC服务,使用proto3...
Firestore golang在将数据反序列化为proto类型时出现问题。
英文: Firestore golang issue with unmarshalling to proto type 问题 我正在尝试理解为什么在将结构体的引用传递给protobuf中的DataTo...
如何在Golang中将JSON请求的主体传递给使用映射字符串数据结构的API?
英文: How do I pass a json body request to api in a map string data structure in Golang? 问题 我是你的中文翻译助手...
Is there a way to import generated structs in grpc.pb.go during protoc compilation?
英文: Is there a way to import generated structs in grpc.pb.go during protoc compilation? 问题 我将为生成的结构体...
Mocking proto.Message in Go
英文: Mocking proto.Message in Go 问题 我编写了一个函数,它接受一个proto.Message对象的列表。根据文档,似乎proto.Message包装了protorefl...
–go-grpc_out: protoc-gen-go-grpc: 插件以状态码 1 失败
英文: --go-grpc_out: protoc-gen-go-grpc: Plugin failed with status code 1 问题 当我编译我的proto文件时,出现了以下错误: p...
在生成的Go文件中遇到了未实现的名称错误。
英文: getting Unimplemented name Error in generated go file from proto 问题 每次我生成代码时,都会出现这个错误: 这是我的.prot...
GRPC服务在GoLang中使用通用proto请求数据。
英文: GRPC Service with Generic proto request data in GoLang 问题 我有3个proto文件,如下所示: 1 - record.proto mes...
如何组织.proto文件以便在可能的情况下重用消息?
英文: How to organize proto file to re-use message if possible? 问题 我最近开始在我的golang项目中使用protobuf。我创建了下面这...