Documentation ¶
Index ¶
- func StorageBatch(t *testing.T, s storage.Table)
- func StorageBatchAndTrans(t *testing.T, s storage.Table)
- func StorageDBCloseForTransOpen(t *testing.T, s storage.Table, db storage.Storage)
- func StorageDel(t *testing.T, s storage.Table)
- func StorageFillData(t *testing.T, s storage.Table, count int) func(storage.Table)
- func StorageGenDataWithVerification(t *testing.T, s storage.Table, name string, count int) func(storage.Table)
- func StorageIterKeys(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
- func StorageIterKeysCancel(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
- func StorageIterKeysWithPrefix(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
- func StorageIterKeysWithPrefixCancel(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
- func StorageKeys(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
- func StorageMultiTrans(t *testing.T, s storage.Storage)
- func StorageMultiTransTable(t *testing.T, s storage.Table)
- func StoragePrefixKeys(t *testing.T, s storage.Operations, count int) func(*testing.T, storage.Operations)
- func StoragePrefixKeysRand(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
- func StoragePutGetDelTest(s storage.Table, k, v []byte) func(*testing.T)
- func StorageSyncTransaction(t *testing.T, s storage.Table)
- func StorageTransClosed(t *testing.T, s storage.Table)
- func StorageTransKeysWithPrefix(t *testing.T, s storage.Table)
- func StorageTransKeysWithPrefixRand(t *testing.T, s storage.Table)
- func StorageTransOps(t *testing.T, s storage.Table)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StorageBatch ¶
StorageBatch is a dbtest helper method
func StorageBatchAndTrans ¶
StorageBatchAndTrans is a dbtest helper method
func StorageDBCloseForTransOpen ¶
StorageDBCloseForTransOpen is a dbtest helper method
func StorageDel ¶
StorageDel is a dbtest helper method
func StorageFillData ¶
StorageFillData is a dbtest helper method
func StorageGenDataWithVerification ¶
func StorageGenDataWithVerification(t *testing.T, s storage.Table, name string, count int) func(storage.Table)
StorageGenDataWithVerification is a dbtest helper method
func StorageIterKeys ¶
func StorageIterKeys(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
StorageIterKeys is a dbtest helper method
func StorageIterKeysCancel ¶
func StorageIterKeysCancel(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
StorageIterKeysCancel is a dbtest helper method
func StorageIterKeysWithPrefix ¶
func StorageIterKeysWithPrefix(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
StorageIterKeysWithPrefix is a dbtest helper method
func StorageIterKeysWithPrefixCancel ¶
func StorageIterKeysWithPrefixCancel(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
StorageIterKeysWithPrefixCancel is a dbtest helper method
func StorageKeys ¶
func StorageKeys(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
StorageKeys is a dbtest helper method
func StorageMultiTrans ¶
StorageMultiTrans is a dbtest helper method
func StorageMultiTransTable ¶
StorageMultiTransTable is a dbtest helper method
func StoragePrefixKeys ¶
func StoragePrefixKeys(t *testing.T, s storage.Operations, count int) func(*testing.T, storage.Operations)
StoragePrefixKeys is a dbtest helper method
func StoragePrefixKeysRand ¶
func StoragePrefixKeysRand(t *testing.T, s storage.Operations) func(*testing.T, storage.Operations)
StoragePrefixKeysRand is a dbtest helper method
func StoragePutGetDelTest ¶
StoragePutGetDelTest is a dbtest helper method
func StorageSyncTransaction ¶
StorageSyncTransaction is a dbtest helper method
func StorageTransClosed ¶
StorageTransClosed is a dbtest helper method
func StorageTransKeysWithPrefix ¶
StorageTransKeysWithPrefix is a dbtest helper method
func StorageTransKeysWithPrefixRand ¶
StorageTransKeysWithPrefixRand is a dbtest helper method
Types ¶
This section is empty.