Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Datastore ¶
type Datastore struct {
ds.Datastore
kt.KeyTransform
// contains filtered or unexported fields
}
Datastore keeps a KeyTransform function
func WrapTxnDatastore ¶
func WrapTxnDatastore(child TxnDatastoreExtended, t kt.KeyTransform) *Datastore
WrapTxnDatastore wraps a datastore with a key transform.
func (*Datastore) NewTransaction ¶
func (*Datastore) NewTransactionExtended ¶
type TxnDatastoreExtended ¶
type TxnDatastoreExtended interface {
ds.TxnDatastore
dse.DatastoreExtensions
}
TxnDatastoreExtended adds QueryExtensions to TxnDatastore.
Click to show internal directories.
Click to hide internal directories.