Versions in this module Expand all Collapse all v0 v0.0.2 Oct 26, 2023 v0.0.1 Oct 26, 2023 Changes in this version + func Delete(c context.Context, key *datastore.Key) error + func DeleteMulti(c context.Context, keys []*datastore.Key) error + func Get(c context.Context, key *datastore.Key, val interface{}) error + func GetMulti(c context.Context, keys []*datastore.Key, vals interface{}) error + func Put(c context.Context, key *datastore.Key, val interface{}) (*datastore.Key, error) + func PutMulti(c context.Context, keys []*datastore.Key, vals interface{}) ([]*datastore.Key, error) + func RunInTransaction(c context.Context, f func(tc context.Context) error, ...) error