Versions in this module Expand all Collapse all v0 v0.17.0 Mar 27, 2018 v0.16.0 Jan 24, 2018 v0.15.0 Jan 9, 2018 v0.14.0 Jan 9, 2018 v0.13.0 Dec 19, 2017 v0.12.0 Dec 13, 2017 v0.11.0 Dec 13, 2017 v0.10.1 Dec 12, 2017 Changes in this version + var TestSuite = map[string]testsuite.Test + func RealWorld_RecursiveBatch(t *testing.T, ctx context.Context, client datastore.Client) + type Depth1 struct + Depth2IDs []int64 + Depth2List []*Depth2 + ID int64 + func (d *Depth1) Load(ctx context.Context, ps []datastore.Property) error + func (d *Depth1) Save(ctx context.Context) ([]datastore.Property, error) + type Depth2 struct + Depth3IDs []int64 + Depth3List []*Depth3 + ID int64 + func (d *Depth2) Load(ctx context.Context, ps []datastore.Property) error + func (d *Depth2) Save(ctx context.Context) ([]datastore.Property, error) + type Depth3 struct + ID int64 + Name string