【发布时间】:2021-09-22 11:52:26
【问题描述】:
我需要运行一个等价的,但是在一个事务中:
db.GetAll(ctx, datastore.NewQuery("Items").Ancestor(pkey), &itemContainers)
但Transaction{} 类型似乎没有GetAll() 方法。我怎样才能完成这项工作?
【问题讨论】:
标签: google-app-engine google-cloud-datastore google-app-engine-golang