How GRPC handle pointer that appear more then once?

后端 未结 0 361
情深已故
情深已故 2020-12-29 14:05

For example (golang):

type {
  Product struct {
    Name string
  }
  Customer struct {
    Name string
    Products []*Product
  }
}

Which

相关标签:
回答
  • 消灭零回复
提交回复
热议问题