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 Wrap ¶
func Wrap(child TxnDatastore, prefix string) *Datastore
Wrap wraps a TxDatastore with a namespace prefix.
func (*Datastore) NewTransaction ¶
NewTransaction returns a transaction wrapped by the selected namespace prefix.
func (*Datastore) NewTransactionExtended ¶
NewTransactionExtended returns an extended transaction wrapped by the selected namespace prefix.
type TxnDatastore ¶
type TxnDatastore interface { ds.TxnDatastore dse.DatastoreExtensions }
TxnDatastore adds QueryExtensions to TxnDatastore.
Click to show internal directories.
Click to hide internal directories.