英文: 'remote write receiver' HTTP API request in Prometheus 问题 我正在尝试找到一个使用Prometheus中的remote ...
将外部的 JSON 负载反序列化为 protobuf Any。
英文: Deserializing external JSON payload to protobuf Any 问题 我有一个处理API分页结果的protobuf定义: message ArrayRe...
使用bazel时获取陈旧的protobuf源代码
英文: Getting stale protobuf source code when using bazel 问题 我是你的中文翻译助手,以下是翻译好的内容: 我对Bazel还不熟悉,正在处理一个大...
proto.Unmarshal测试不一致地失败了。
英文: proto.Unmarshal test fails inconsistently 问题 我有一些依赖Proto标准进行数据编组/解组的Redis代码。我使用gomega编写了以下测试来测试p...
Go导入范围查找protobuf类型
英文: Go import scope lookup for protobuf types 问题 我正在构建一个转译器,需要了解protobuf/go的作用域查找系统。我一直在尝试在Google上查找...
封装float64在protobuf中的包
英文: package to encapsulate float64 in protobuf 问题 我正在使用Stripe创建订阅的微服务中工作。其中一个字段在.proto文件中被设置为float,但...
解决 protoc-gen-go: 无法确定 Go 导入路径问题,通过添加一个 “M” 参数来解决。
英文: Solving protoc-gen-go: unable to determine Go import path problem by adding a "M" argu...
Go:在同时读取文件和字符串时出现无效的内存地址或空指针解引用错误。
英文: Go: Invalid memory address or nil pointer dereference when reading files and strings at same tim...
Go中使用分割包的protobuf和grpc
英文: protobuf with grpc for Go in split packages 问题 我正在尝试使用六边形架构来构建我的Go项目,就像这里所描述的那样。 在我的项目中,我使用proto...
How to convert interface{} that's really a slice of types whose kind is reflect.Int32 into slice of int32?
英文: How to convert interface{} that's really a slice of types whose kind is reflect.Int32 into s...
24