为了账号安全,请及时绑定邮箱和手机立即绑定

展平嵌套结构会导致切片

展平嵌套结构会导致切片

Go
冉冉说 2021-08-16 18:32:17
所以我有一个这样的结构type Bus struct {    Number          string    Name            string    DirectStations  []Station  // Station is another struct    ReverseStations []Station}我正在尝试将它的一个实例存储到数据存储区:key := datastore.NewKey(c, "Bus", bus.Number, 0, nil)_, err := datastore.Put(c, key, &bus)但我收到错误datastore: flattening nested structs leads to a slice of slices: field "DirectStations"怎么解决这个问题?编辑:原来你不能有一个结构片,其中该结构包含其他片。
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 176 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信