AppCapabilities is an autogenerated mock type for the AppCapabilities type
type AppCapabilities struct { mock.Mock }
func (_m *AppCapabilities) ACLs() bool
ACLs provides a mock function with given fields:
func (_m *AppCapabilities) CollectionUpgrade() bool
CollectionUpgrade provides a mock function with given fields:
func (_m *AppCapabilities) FabToken() bool
FabToken provides a mock function with given fields:
func (_m *AppCapabilities) ForbidDuplicateTXIdInBlock() bool
ForbidDuplicateTXIdInBlock provides a mock function with given fields:
func (_m *AppCapabilities) KeyLevelEndorsement() bool
KeyLevelEndorsement provides a mock function with given fields:
func (_m *AppCapabilities) MetadataLifecycle() bool
MetadataLifecycle provides a mock function with given fields:
func (_m *AppCapabilities) PrivateChannelData() bool
PrivateChannelData provides a mock function with given fields:
func (_m *AppCapabilities) StorePvtDataOfInvalidTx() bool
StorePvtDataOfInvalidTx provides a mock function with given fields:
func (_m *AppCapabilities) Supported() error
Supported provides a mock function with given fields:
func (_m *AppCapabilities) V1_1Validation() bool
V1_1Validation provides a mock function with given fields:
func (_m *AppCapabilities) V1_2Validation() bool
V1_2Validation provides a mock function with given fields:
func (_m *AppCapabilities) V1_3Validation() bool
V1_3Validation provides a mock function with given fields:
CapabilityProvider is an autogenerated mock type for the CapabilityProvider type
type CapabilityProvider struct { mock.Mock }
func (_m *CapabilityProvider) Capabilities() channelconfig.ApplicationCapabilities
Capabilities provides a mock function with given fields:
CollectionStore is an autogenerated mock type for the CollectionStore type
type CollectionStore struct { mock.Mock }
func (_m *CollectionStore) AccessFilter(channelName string, collectionPolicyConfig *common.CollectionPolicyConfig) (privdata.Filter, error)
AccessFilter provides a mock function with given fields: channelName, collectionPolicyConfig
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 (_m *CollectionStore) RetrieveCollection(_a0 common.CollectionCriteria) (privdata.Collection, error)
RetrieveCollection provides a mock function with given fields: _a0
func (_m *CollectionStore) RetrieveCollectionAccessPolicy(_a0 common.CollectionCriteria) (privdata.CollectionAccessPolicy, error)
RetrieveCollectionAccessPolicy provides a mock function with given fields: _a0
func (_m *CollectionStore) RetrieveCollectionConfigPackage(_a0 common.CollectionCriteria) (*common.CollectionConfigPackage, error)
RetrieveCollectionConfigPackage provides a mock function with given fields: _a0
func (_m *CollectionStore) RetrieveCollectionPersistenceConfigs(_a0 common.CollectionCriteria) (privdata.CollectionPersistenceConfigs, error)
RetrieveCollectionPersistenceConfigs provides a mock function with given fields: _a0
Committer is an autogenerated mock type for the Committer type
type Committer struct { mock.Mock }
func (_m *Committer) Close()
Close provides a mock function with given fields:
func (_m *Committer) CommitPvtDataOfOldBlocks(blockPvtData []*ledger.BlockPvtData) ([]*ledger.PvtdataHashMismatch, error)
CommitPvtDataOfOldBlocks provides a mock function with given fields: blockPvtData
func (_m *Committer) CommitWithPvtData(blockAndPvtData *ledger.BlockAndPvtData, commitOpts *ledger.CommitOptions) error
CommitWithPvtData provides a mock function with given fields: blockAndPvtData, commitOpts
func (_m *Committer) DoesPvtDataInfoExistInLedger(blockNum uint64) (bool, error)
DoesPvtDataInfoExistInLedger provides a mock function with given fields: blockNum
func (_m *Committer) GetBlocks(blockSeqs []uint64) []*common.Block
GetBlocks provides a mock function with given fields: blockSeqs
func (_m *Committer) GetConfigHistoryRetriever() (ledger.ConfigHistoryRetriever, error)
GetConfigHistoryRetriever provides a mock function with given fields:
func (_m *Committer) GetMissingPvtDataTracker() (ledger.MissingPvtDataTracker, error)
GetMissingPvtDataTracker provides a mock function with given fields:
func (_m *Committer) GetPvtDataAndBlockByNum(seqNum uint64) (*ledger.BlockAndPvtData, error)
GetPvtDataAndBlockByNum provides a mock function with given fields: seqNum
func (_m *Committer) GetPvtDataByNum(blockNum uint64, filter ledger.PvtNsCollFilter) ([]*ledger.TxPvtData, error)
GetPvtDataByNum provides a mock function with given fields: blockNum, filter
func (_m *Committer) LedgerHeight() (uint64, error)
LedgerHeight provides a mock function with given fields:
ConfigHistoryRetriever is an autogenerated mock type for the ConfigHistoryRetriever type
type ConfigHistoryRetriever struct { mock.Mock }
func (_m *ConfigHistoryRetriever) CollectionConfigAt(blockNum uint64, chaincodeName string) (*ledger.CollectionConfigInfo, error)
CollectionConfigAt provides a mock function with given fields: blockNum, chaincodeName
func (_m *ConfigHistoryRetriever) MostRecentCollectionConfigBelow(blockNum uint64, chaincodeName string) (*ledger.CollectionConfigInfo, error)
MostRecentCollectionConfigBelow provides a mock function with given fields: blockNum, chaincodeName
DataStore is an autogenerated mock type for the DataStore type
type DataStore struct { mock.Mock }
func (_m *DataStore) GetConfigHistoryRetriever() (ledger.ConfigHistoryRetriever, error)
GetConfigHistoryRetriever provides a mock function with given fields:
func (_m *DataStore) GetPvtDataByNum(blockNum uint64, filter ledger.PvtNsCollFilter) ([]*ledger.TxPvtData, error)
GetPvtDataByNum provides a mock function with given fields: blockNum, filter
func (_m *DataStore) GetTxPvtRWSetByTxid(txid string, filter ledger.PvtNsCollFilter) (transientstore.RWSetScanner, error)
GetTxPvtRWSetByTxid provides a mock function with given fields: txid, filter
func (_m *DataStore) LedgerHeight() (uint64, error)
LedgerHeight provides a mock function with given fields:
MissingPvtDataTracker is an autogenerated mock type for the MissingPvtDataTracker type
type MissingPvtDataTracker struct { mock.Mock }
func (_m *MissingPvtDataTracker) GetMissingPvtDataInfoForMostRecentBlocks(maxBlocks int) (ledger.MissingPvtDataInfo, error)
GetMissingPvtDataInfoForMostRecentBlocks provides a mock function with given fields: maxBlocks
RWSetScanner is an autogenerated mock type for the RWSetScanner type
type RWSetScanner struct { mock.Mock }
func (_m *RWSetScanner) Close()
Close provides a mock function with given fields:
func (_m *RWSetScanner) Next() (*transientstore.EndorserPvtSimulationResults, error)
Next provides a mock function with given fields:
func (_m *RWSetScanner) NextWithConfig() (*transientstore.EndorserPvtSimulationResultsWithConfig, error)
NextWithConfig provides a mock function with given fields:
ReconciliationFetcher is an autogenerated mock type for the ReconciliationFetcher type
type ReconciliationFetcher struct { mock.Mock }
func (_m *ReconciliationFetcher) FetchReconciledItems(dig2collectionConfig common.Dig2CollectionConfig) (*common.FetchedPvtDataContainer, error)
FetchReconciledItems provides a mock function with given fields: dig2collectionConfig