Versions in this module Expand all Collapse all v0 v0.2.0 Jun 2, 2019 v0.1.0 May 19, 2019 Changes in this version + type DS struct + Client *datastore.Client + Namespace string + func New(ctx context.Context, project string, ns string) (*DS, error) + func (ds *DS) NewKey(kind Kind) *datastore.Key + func (ds *DS) NewKeyWithParent(kind Kind, parent *datastore.Key) *datastore.Key + func (ds *DS) NewQuery(kind Kind) *datastore.Query + type Kind string