Documentation ¶
Index ¶
- type CollectionStore
- func (_m *CollectionStore) AccessFilter(channelName string, collectionPolicyConfig *common.CollectionPolicyConfig) (privdata.Filter, error)
- func (_m *CollectionStore) HasReadAccess(_a0 common.CollectionCriteria, _a1 *peer.SignedProposal, ...) (bool, error)
- func (_m *CollectionStore) RetrieveCollection(_a0 common.CollectionCriteria) (privdata.Collection, error)
- func (_m *CollectionStore) RetrieveCollectionAccessPolicy(_a0 common.CollectionCriteria) (privdata.CollectionAccessPolicy, error)
- func (_m *CollectionStore) RetrieveCollectionConfigPackage(_a0 common.CollectionCriteria) (*common.CollectionConfigPackage, error)
- func (_m *CollectionStore) RetrieveCollectionPersistenceConfigs(_a0 common.CollectionCriteria) (privdata.CollectionPersistenceConfigs, error)
- type Committer
- func (_m *Committer) Close()
- func (_m *Committer) CommitPvtDataOfOldBlocks(blockPvtData []*ledger.BlockPvtData) ([]*ledger.PvtdataHashMismatch, error)
- func (_m *Committer) CommitWithPvtData(blockAndPvtData *ledger.BlockAndPvtData) error
- func (_m *Committer) GetBlocks(blockSeqs []uint64) []*common.Block
- func (_m *Committer) GetConfigHistoryRetriever() (ledger.ConfigHistoryRetriever, error)
- func (_m *Committer) GetMissingPvtDataTracker() (ledger.MissingPvtDataTracker, error)
- func (_m *Committer) GetPvtDataAndBlockByNum(seqNum uint64) (*ledger.BlockAndPvtData, error)
- func (_m *Committer) GetPvtDataByNum(blockNum uint64, filter ledger.PvtNsCollFilter) ([]*ledger.TxPvtData, error)
- func (_m *Committer) LedgerHeight() (uint64, error)
- type ConfigHistoryRetriever
- type DataStore
- func (_m *DataStore) GetConfigHistoryRetriever() (ledger.ConfigHistoryRetriever, error)
- func (_m *DataStore) GetPvtDataByNum(blockNum uint64, filter ledger.PvtNsCollFilter) ([]*ledger.TxPvtData, error)
- func (_m *DataStore) GetTxPvtRWSetByTxid(txid string, filter ledger.PvtNsCollFilter) (transientstore.RWSetScanner, error)
- func (_m *DataStore) LedgerHeight() (uint64, error)
- type MissingPvtDataTracker
- type RWSetScanner
- type ReconciliationFetcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionStore ¶ added in v1.4.0
CollectionStore is an autogenerated mock type for the CollectionStore type
func (*CollectionStore) AccessFilter ¶ added in v1.4.0
func (_m *CollectionStore) AccessFilter(channelName string, collectionPolicyConfig *common.CollectionPolicyConfig) (privdata.Filter, error)
AccessFilter provides a mock function with given fields: channelName, collectionPolicyConfig
func (*CollectionStore) HasReadAccess ¶ added in v1.4.0
func (_m *CollectionStore) HasReadAccess(_a0 common.CollectionCriteria, _a1 *peer.SignedProposal, _a2 ledger.QueryExecutor) (bool, error)
HasReadAccess provides a mock function with given fields: _a0, _a1, _a2
func (*CollectionStore) RetrieveCollection ¶ added in v1.4.0
func (_m *CollectionStore) RetrieveCollection(_a0 common.CollectionCriteria) (privdata.Collection, error)
RetrieveCollection provides a mock function with given fields: _a0
func (*CollectionStore) RetrieveCollectionAccessPolicy ¶ added in v1.4.0
func (_m *CollectionStore) RetrieveCollectionAccessPolicy(_a0 common.CollectionCriteria) (privdata.CollectionAccessPolicy, error)
RetrieveCollectionAccessPolicy provides a mock function with given fields: _a0
func (*CollectionStore) RetrieveCollectionConfigPackage ¶ added in v1.4.0
func (_m *CollectionStore) RetrieveCollectionConfigPackage(_a0 common.CollectionCriteria) (*common.CollectionConfigPackage, error)
RetrieveCollectionConfigPackage provides a mock function with given fields: _a0
func (*CollectionStore) RetrieveCollectionPersistenceConfigs ¶ added in v1.4.0
func (_m *CollectionStore) RetrieveCollectionPersistenceConfigs(_a0 common.CollectionCriteria) (privdata.CollectionPersistenceConfigs, error)
RetrieveCollectionPersistenceConfigs provides a mock function with given fields: _a0
type Committer ¶ added in v1.4.0
Committer is an autogenerated mock type for the Committer type
func (*Committer) Close ¶ added in v1.4.0
func (_m *Committer) Close()
Close provides a mock function with given fields:
func (*Committer) CommitPvtDataOfOldBlocks ¶ added in v1.4.0
func (_m *Committer) CommitPvtDataOfOldBlocks(blockPvtData []*ledger.BlockPvtData) ([]*ledger.PvtdataHashMismatch, error)
CommitPvtDataOfOldBlocks provides a mock function with given fields: blockPvtData
func (*Committer) CommitWithPvtData ¶ added in v1.4.0
func (_m *Committer) CommitWithPvtData(blockAndPvtData *ledger.BlockAndPvtData) error
CommitWithPvtData provides a mock function with given fields: blockAndPvtData
func (*Committer) GetBlocks ¶ added in v1.4.0
GetBlocks provides a mock function with given fields: blockSeqs
func (*Committer) GetConfigHistoryRetriever ¶ added in v1.4.0
func (_m *Committer) GetConfigHistoryRetriever() (ledger.ConfigHistoryRetriever, error)
GetConfigHistoryRetriever provides a mock function with given fields:
func (*Committer) GetMissingPvtDataTracker ¶ added in v1.4.0
func (_m *Committer) GetMissingPvtDataTracker() (ledger.MissingPvtDataTracker, error)
GetMissingPvtDataTracker provides a mock function with given fields:
func (*Committer) GetPvtDataAndBlockByNum ¶ added in v1.4.0
func (_m *Committer) GetPvtDataAndBlockByNum(seqNum uint64) (*ledger.BlockAndPvtData, error)
GetPvtDataAndBlockByNum provides a mock function with given fields: seqNum
func (*Committer) GetPvtDataByNum ¶ added in v1.4.0
func (_m *Committer) GetPvtDataByNum(blockNum uint64, filter ledger.PvtNsCollFilter) ([]*ledger.TxPvtData, error)
GetPvtDataByNum provides a mock function with given fields: blockNum, filter
func (*Committer) LedgerHeight ¶ added in v1.4.0
LedgerHeight provides a mock function with given fields:
type ConfigHistoryRetriever ¶
ConfigHistoryRetriever is an autogenerated mock type for the ConfigHistoryRetriever type
func (*ConfigHistoryRetriever) CollectionConfigAt ¶
func (_m *ConfigHistoryRetriever) CollectionConfigAt(blockNum uint64, chaincodeName string) (*ledger.CollectionConfigInfo, error)
CollectionConfigAt provides a mock function with given fields: blockNum, chaincodeName
func (*ConfigHistoryRetriever) MostRecentCollectionConfigBelow ¶
func (_m *ConfigHistoryRetriever) MostRecentCollectionConfigBelow(blockNum uint64, chaincodeName string) (*ledger.CollectionConfigInfo, error)
MostRecentCollectionConfigBelow provides a mock function with given fields: blockNum, chaincodeName
type DataStore ¶
DataStore is an autogenerated mock type for the DataStore type
func (*DataStore) GetConfigHistoryRetriever ¶
func (_m *DataStore) GetConfigHistoryRetriever() (ledger.ConfigHistoryRetriever, error)
GetConfigHistoryRetriever provides a mock function with given fields:
func (*DataStore) GetPvtDataByNum ¶
func (_m *DataStore) GetPvtDataByNum(blockNum uint64, filter ledger.PvtNsCollFilter) ([]*ledger.TxPvtData, error)
GetPvtDataByNum provides a mock function with given fields: blockNum, filter
func (*DataStore) GetTxPvtRWSetByTxid ¶
func (_m *DataStore) GetTxPvtRWSetByTxid(txid string, filter ledger.PvtNsCollFilter) (transientstore.RWSetScanner, error)
GetTxPvtRWSetByTxid provides a mock function with given fields: txid, filter
func (*DataStore) LedgerHeight ¶
LedgerHeight provides a mock function with given fields:
type MissingPvtDataTracker ¶
MissingPvtDataTracker is an autogenerated mock type for the MissingPvtDataTracker type
func (*MissingPvtDataTracker) GetMissingPvtDataInfoForMostRecentBlocks ¶
func (_m *MissingPvtDataTracker) GetMissingPvtDataInfoForMostRecentBlocks(maxBlocks int) (ledger.MissingPvtDataInfo, error)
GetMissingPvtDataInfoForMostRecentBlocks provides a mock function with given fields: maxBlocks
type RWSetScanner ¶
RWSetScanner is an autogenerated mock type for the RWSetScanner type
func (*RWSetScanner) Close ¶
func (_m *RWSetScanner) Close()
Close provides a mock function with given fields:
func (*RWSetScanner) Next ¶
func (_m *RWSetScanner) Next() (*transientstore.EndorserPvtSimulationResults, error)
Next provides a mock function with given fields:
func (*RWSetScanner) NextWithConfig ¶
func (_m *RWSetScanner) NextWithConfig() (*transientstore.EndorserPvtSimulationResultsWithConfig, error)
NextWithConfig provides a mock function with given fields:
type ReconciliationFetcher ¶
ReconciliationFetcher is an autogenerated mock type for the ReconciliationFetcher type
func (*ReconciliationFetcher) FetchReconciledItems ¶
func (_m *ReconciliationFetcher) FetchReconciledItems(dig2collectionConfig common.Dig2CollectionConfig) (*common.FetchedPvtDataContainer, error)
FetchReconciledItems provides a mock function with given fields: dig2collectionConfig