Documentation ¶
Index ¶
- func TestAll(t *testing.T, driverName string, driverFactory DriverFactory)
- func TestAllAccountsReader(t *testing.T, driverName string, driverFactory DriverFactory)
- func TestAllDbReader(t *testing.T, driverName string, driverFactory DriverFactory)
- func TestAllDbWriter(t *testing.T, driverName string, driverFactory DriverFactory)
- func TestAllTimelineExplorer(t *testing.T, driverName string, driverFactory DriverFactory)
- func TestAllTransactionsReader(t *testing.T, driverName string, driverFactory DriverFactory)
- func TestBlock(t *testing.T, blkId string, previousBlkId string, trxTraceJSONs ...string) *pbcodec.Block
- func TestBlockIDAfter(t *testing.T, driverFactory DriverFactory)
- func TestBlockIDAt(t *testing.T, driverFactory DriverFactory)
- func TestBlockIDBefore(t *testing.T, driverFactory DriverFactory)
- func TestGetAccount(t *testing.T, driverFactory DriverFactory)
- func TestGetBlock(t *testing.T, driverFactory DriverFactory)
- func TestGetBlockByNum(t *testing.T, driverFactory DriverFactory)
- func TestGetClosestIrreversibleIDAtBlockNum(t *testing.T, driverFactory DriverFactory)
- func TestGetIrreversibleIDAtBlockID(t *testing.T, driverFactory DriverFactory)
- func TestGetLastWrittenBlockID(t *testing.T, driverFactory DriverFactory)
- func TestGetTransactionEvents(t *testing.T, driverFactory DriverFactory)
- func TestGetTransactionEventsBatch(t *testing.T, driverFactory DriverFactory)
- func TestGetTransactionTraces(t *testing.T, driverFactory DriverFactory)
- func TestGetTransactionTracesBatch(t *testing.T, driverFactory DriverFactory)
- func TestListAccountNames(t *testing.T, driverFactory DriverFactory)
- func TestListBlocks(t *testing.T, driverFactory DriverFactory)
- func TestListSiblingBlocks(t *testing.T, driverFactory DriverFactory)
- func TestPutBlock(t *testing.T, driverFactory DriverFactory)
- func TestReadTransactions(t *testing.T, driverFactory DriverFactory)
- func TestUpdateNowIrreversibleBlock(t *testing.T, driverFactory DriverFactory)
- type DriverCleanupFunc
- type DriverFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestAllAccountsReader ¶
func TestAllAccountsReader(t *testing.T, driverName string, driverFactory DriverFactory)
func TestAllDbReader ¶
func TestAllDbReader(t *testing.T, driverName string, driverFactory DriverFactory)
func TestAllDbWriter ¶
func TestAllDbWriter(t *testing.T, driverName string, driverFactory DriverFactory)
func TestAllTimelineExplorer ¶
func TestAllTimelineExplorer(t *testing.T, driverName string, driverFactory DriverFactory)
func TestAllTransactionsReader ¶
func TestAllTransactionsReader(t *testing.T, driverName string, driverFactory DriverFactory)
func TestBlockIDAfter ¶
func TestBlockIDAfter(t *testing.T, driverFactory DriverFactory)
func TestBlockIDAt ¶
func TestBlockIDAt(t *testing.T, driverFactory DriverFactory)
func TestBlockIDBefore ¶
func TestBlockIDBefore(t *testing.T, driverFactory DriverFactory)
func TestGetAccount ¶
func TestGetAccount(t *testing.T, driverFactory DriverFactory)
func TestGetBlock ¶
func TestGetBlock(t *testing.T, driverFactory DriverFactory)
func TestGetBlockByNum ¶
func TestGetBlockByNum(t *testing.T, driverFactory DriverFactory)
func TestGetClosestIrreversibleIDAtBlockNum ¶
func TestGetClosestIrreversibleIDAtBlockNum(t *testing.T, driverFactory DriverFactory)
func TestGetIrreversibleIDAtBlockID ¶
func TestGetIrreversibleIDAtBlockID(t *testing.T, driverFactory DriverFactory)
func TestGetLastWrittenBlockID ¶
func TestGetLastWrittenBlockID(t *testing.T, driverFactory DriverFactory)
func TestGetTransactionEvents ¶
func TestGetTransactionEvents(t *testing.T, driverFactory DriverFactory)
func TestGetTransactionEventsBatch ¶
func TestGetTransactionEventsBatch(t *testing.T, driverFactory DriverFactory)
func TestGetTransactionTraces ¶
func TestGetTransactionTraces(t *testing.T, driverFactory DriverFactory)
func TestGetTransactionTracesBatch ¶
func TestGetTransactionTracesBatch(t *testing.T, driverFactory DriverFactory)
func TestListAccountNames ¶
func TestListAccountNames(t *testing.T, driverFactory DriverFactory)
func TestListBlocks ¶
func TestListBlocks(t *testing.T, driverFactory DriverFactory)
func TestListSiblingBlocks ¶
func TestListSiblingBlocks(t *testing.T, driverFactory DriverFactory)
func TestPutBlock ¶
func TestPutBlock(t *testing.T, driverFactory DriverFactory)
func TestReadTransactions ¶
func TestReadTransactions(t *testing.T, driverFactory DriverFactory)
func TestUpdateNowIrreversibleBlock ¶
func TestUpdateNowIrreversibleBlock(t *testing.T, driverFactory DriverFactory)
Types ¶
type DriverCleanupFunc ¶
type DriverCleanupFunc func()
type DriverFactory ¶
type DriverFactory func() (eosdb.Driver, DriverCleanupFunc)
Click to show internal directories.
Click to hide internal directories.