英文: gRPC service definitions: containerize .proto compilation? 问题 让我们假设我们有一个包含 gRPC 服务定义的 services.p...
Golang – google/protobuf/Empty.proto: 找不到文件
英文: Golang - google/protobuf/Empty.proto: File not found 问题 以下是翻译好的内容: syntax = "proto3"; pa...
接收部分写入的Protobuf编码消息?
英文: Receive protobuf encoded messages that can be partially written? 问题 我正在尝试在GoLang中通过TCP发送和接收使用Pro...
在生成的Go文件中遇到了未实现的名称错误。
英文: getting Unimplemented name Error in generated go file from proto 问题 每次我生成代码时,都会出现这个错误: 这是我的.prot...
How to convert/assign a value with type *string to type *wrapperspb.StringValue when the *string value is nil?
英文: How to convert/assign a value with type *string to type *wrapperspb.StringValue when the *string...
尝试从不同目录导入proto文件时出现了找不到protoc文件的错误。
英文: Protoc file not found error when trying to import proto file from different directory 问题 无法弄清楚为什...
如何将时间戳 Protobuff 转回我的时区,因为 GitHub 版本的时间戳已被弃用?
英文: How can I make Timestamp Protobuff back to my timezone since the github version of timestamp is ...
如何组织.proto文件以便在可能的情况下重用消息?
英文: How to organize proto file to re-use message if possible? 问题 我最近开始在我的golang项目中使用protobuf。我创建了下面这...
Error go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead
英文: Error go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/proto...
如何在Golang中使用`omitempty`与protobuf的Timestamp结构体一起使用。
英文: How to use `omitempty` with protobuf Timestamp in Golang 问题 我在我的结构体上有一个可选字段叫做ExpireTime。它的类型是tim...
24