gpt4 book ai didi

google-app-engine - Golang 中的 Google Datastore 嵌套实体

转载 作者:IT王子 更新时间:2023-10-29 01:42:46 25 4
gpt4 key购买 nike

我在设计我的模型时遇到了一些问题,因为我的模型包含一个 slice 的 slice 并且我收到错误

flattening nested structs leads to a slice of slices

设计这样的东西的最佳方法是什么

我更喜欢改变我的设计,而不是像这篇文章中建议的那样创建我自己的序列化方法:

Loading datastore entities from Python project in Go leads to nested structs slices of slices error

type Inner2 struct {
Y float64
inner3 []Inner3
}

type Inner3 struct {
Z bool
}

type Outer struct {
A int16
I []Inner2
}

最佳答案

cloud.google.com/go/datastore 将在几天内修复此问题——支持嵌套实体值!

详情请看这里: https://groups.google.com/forum/#!topic/google-api-go-announce/79jtrdeuJAg

关于google-app-engine - Golang 中的 Google Datastore 嵌套实体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29275359/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com