ChannelStateRetriever is an autogenerated mock type for the ChannelStateRetriever type
type ChannelStateRetriever struct { mock.Mock }
func (_m *ChannelStateRetriever) NewQueryCreator(channel string) (endorser.QueryCreator, error)
NewQueryCreator provides a mock function with given fields: channel
Plugin is an autogenerated mock type for the Plugin type
type Plugin struct { mock.Mock }
func (_m *Plugin) Endorse(payload []byte, sp *peer.SignedProposal) (*peer.Endorsement, []byte, error)
Endorse provides a mock function with given fields: payload, sp
func (_m *Plugin) Init(dependencies ...endorsement.Dependency) error
Init provides a mock function with given fields: dependencies
PluginFactory is an autogenerated mock type for the PluginFactory type
type PluginFactory struct { mock.Mock }
func (_m *PluginFactory) New() endorsement.Plugin
New provides a mock function with given fields:
PluginMapper is an autogenerated mock type for the PluginMapper type
type PluginMapper struct { mock.Mock }
func (_m *PluginMapper) PluginFactoryByName(name endorser.PluginName) endorsement.PluginFactory
PluginFactoryByName provides a mock function with given fields: name
QueryCreator is an autogenerated mock type for the QueryCreator type
type QueryCreator struct { mock.Mock }
func (_m *QueryCreator) NewQueryExecutor() (ledger.QueryExecutor, error)
NewQueryExecutor provides a mock function with given fields:
SigningIdentityFetcher is an autogenerated mock type for the SigningIdentityFetcher type
type SigningIdentityFetcher struct { mock.Mock }
func (_m *SigningIdentityFetcher) SigningIdentityForRequest(_a0 *peer.SignedProposal) (endorsement.SigningIdentity, error)
SigningIdentityForRequest provides a mock function with given fields: _a0
Store is an autogenerated mock type for the Store type
type Store struct { mock.Mock }
func (_m *Store) GetMinTransientBlkHt() (uint64, error)
GetMinTransientBlkHt provides a mock function with given fields:
func (_m *Store) GetTxPvtRWSetByTxid(txid string, filter ledger.PvtNsCollFilter) (transientstore.RWSetScanner, error)
GetTxPvtRWSetByTxid provides a mock function with given fields: txid, filter
func (_m *Store) Persist(txid string, blockHeight uint64, privateSimulationResults *rwset.TxPvtReadWriteSet) error
Persist provides a mock function with given fields: txid, blockHeight, privateSimulationResults
func (_m *Store) PersistWithConfig(txid string, blockHeight uint64, privateSimulationResultsWithConfig *protostransientstore.TxPvtReadWriteSetWithConfigInfo) error
PersistWithConfig provides a mock function with given fields: txid, blockHeight, privateSimulationResultsWithConfig
func (_m *Store) PurgeByHeight(maxBlockNumToRetain uint64) error
PurgeByHeight provides a mock function with given fields: maxBlockNumToRetain
func (_m *Store) PurgeByTxids(txids []string) error
PurgeByTxids provides a mock function with given fields: txids
func (_m *Store) Shutdown()
Shutdown provides a mock function with given fields:
type Support struct { SignStub func(message []byte) ([]byte, error) SerializeStub func() ([]byte, error) IsSysCCAndNotInvokableExternalStub func(name string) bool GetTxSimulatorStub func(ledgername string, txid string) (ledger.TxSimulator, error) GetHistoryQueryExecutorStub func(ledgername string) (ledger.HistoryQueryExecutor, error) GetTransactionByIDStub func(chid, txID string) (*pb.ProcessedTransaction, error) IsSysCCStub func(name string) bool ExecuteStub func(txParams *ccprovider.TransactionParams, cid, name, version, txid string, signedProp *pb.SignedProposal, prop *pb.Proposal, input *pb.ChaincodeInput) (*pb.Response, *pb.ChaincodeEvent, error) ExecuteLegacyInitStub func(txParams *ccprovider.TransactionParams, cid, name, version, txid string, signedProp *pb.SignedProposal, prop *pb.Proposal, spec *pb.ChaincodeDeploymentSpec) (*pb.Response, *pb.ChaincodeEvent, error) GetChaincodeDefinitionStub func(chaincodeID string, txsim ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error) CheckACLStub func(signedProp *pb.SignedProposal, chdr *common.ChannelHeader, shdr *common.SignatureHeader, hdrext *pb.ChaincodeHeaderExtension) error IsJavaCCStub func(buf []byte) (bool, error) CheckInstantiationPolicyStub func(name, version string, cd ccprovider.ChaincodeDefinition) error GetChaincodeDeploymentSpecFSStub func(cds *pb.ChaincodeDeploymentSpec) (*pb.ChaincodeDeploymentSpec, error) GetApplicationConfigStub func(cid string) (channelconfig.Application, bool) NewQueryCreatorStub func(channel string) (endorser_test.QueryCreator, error) EndorseWithPluginStub func(ctx endorser_test.Context) (*pb.ProposalResponse, error) GetLedgerHeightStub func(channelID string) (uint64, error) // contains filtered or unexported fields }
func (fake *Support) CheckACL(signedProp *pb.SignedProposal, chdr *common.ChannelHeader, shdr *common.SignatureHeader, hdrext *pb.ChaincodeHeaderExtension) error
func (fake *Support) CheckACLArgsForCall(i int) (*pb.SignedProposal, *common.ChannelHeader, *common.SignatureHeader, *pb.ChaincodeHeaderExtension)
func (fake *Support) CheckACLCallCount() int
func (fake *Support) CheckACLReturns(result1 error)
func (fake *Support) CheckACLReturnsOnCall(i int, result1 error)
func (fake *Support) CheckInstantiationPolicy(name string, version string, cd ccprovider.ChaincodeDefinition) error
func (fake *Support) CheckInstantiationPolicyArgsForCall(i int) (string, string, ccprovider.ChaincodeDefinition)
func (fake *Support) CheckInstantiationPolicyCallCount() int
func (fake *Support) CheckInstantiationPolicyReturns(result1 error)
func (fake *Support) CheckInstantiationPolicyReturnsOnCall(i int, result1 error)
func (fake *Support) EndorseWithPlugin(ctx endorser_test.Context) (*pb.ProposalResponse, error)
func (fake *Support) EndorseWithPluginArgsForCall(i int) endorser_test.Context
func (fake *Support) EndorseWithPluginCallCount() int
func (fake *Support) EndorseWithPluginReturns(result1 *pb.ProposalResponse, result2 error)
func (fake *Support) EndorseWithPluginReturnsOnCall(i int, result1 *pb.ProposalResponse, result2 error)
func (fake *Support) Execute(txParams *ccprovider.TransactionParams, cid string, name string, version string, txid string, signedProp *pb.SignedProposal, prop *pb.Proposal, input *pb.ChaincodeInput) (*pb.Response, *pb.ChaincodeEvent, error)
func (fake *Support) ExecuteArgsForCall(i int) (*ccprovider.TransactionParams, string, string, string, string, *pb.SignedProposal, *pb.Proposal, *pb.ChaincodeInput)
func (fake *Support) ExecuteCallCount() int
func (fake *Support) ExecuteLegacyInit(txParams *ccprovider.TransactionParams, cid string, name string, version string, txid string, signedProp *pb.SignedProposal, prop *pb.Proposal, spec *pb.ChaincodeDeploymentSpec) (*pb.Response, *pb.ChaincodeEvent, error)
func (fake *Support) ExecuteLegacyInitArgsForCall(i int) (*ccprovider.TransactionParams, string, string, string, string, *pb.SignedProposal, *pb.Proposal, *pb.ChaincodeDeploymentSpec)
func (fake *Support) ExecuteLegacyInitCallCount() int
func (fake *Support) ExecuteLegacyInitReturns(result1 *pb.Response, result2 *pb.ChaincodeEvent, result3 error)
func (fake *Support) ExecuteLegacyInitReturnsOnCall(i int, result1 *pb.Response, result2 *pb.ChaincodeEvent, result3 error)
func (fake *Support) ExecuteReturns(result1 *pb.Response, result2 *pb.ChaincodeEvent, result3 error)
func (fake *Support) ExecuteReturnsOnCall(i int, result1 *pb.Response, result2 *pb.ChaincodeEvent, result3 error)
func (fake *Support) GetApplicationConfig(cid string) (channelconfig.Application, bool)
func (fake *Support) GetApplicationConfigArgsForCall(i int) string
func (fake *Support) GetApplicationConfigCallCount() int
func (fake *Support) GetApplicationConfigReturns(result1 channelconfig.Application, result2 bool)
func (fake *Support) GetApplicationConfigReturnsOnCall(i int, result1 channelconfig.Application, result2 bool)
func (fake *Support) GetChaincodeDefinition(chaincodeID string, txsim ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error)
func (fake *Support) GetChaincodeDefinitionArgsForCall(i int) (string, ledger.QueryExecutor)
func (fake *Support) GetChaincodeDefinitionCallCount() int
func (fake *Support) GetChaincodeDefinitionReturns(result1 ccprovider.ChaincodeDefinition, result2 error)
func (fake *Support) GetChaincodeDefinitionReturnsOnCall(i int, result1 ccprovider.ChaincodeDefinition, result2 error)
func (fake *Support) GetChaincodeDeploymentSpecFS(cds *pb.ChaincodeDeploymentSpec) (*pb.ChaincodeDeploymentSpec, error)
func (fake *Support) GetChaincodeDeploymentSpecFSArgsForCall(i int) *pb.ChaincodeDeploymentSpec
func (fake *Support) GetChaincodeDeploymentSpecFSCallCount() int
func (fake *Support) GetChaincodeDeploymentSpecFSReturns(result1 *pb.ChaincodeDeploymentSpec, result2 error)
func (fake *Support) GetChaincodeDeploymentSpecFSReturnsOnCall(i int, result1 *pb.ChaincodeDeploymentSpec, result2 error)
func (fake *Support) GetHistoryQueryExecutor(ledgername string) (ledger.HistoryQueryExecutor, error)
func (fake *Support) GetHistoryQueryExecutorArgsForCall(i int) string
func (fake *Support) GetHistoryQueryExecutorCallCount() int
func (fake *Support) GetHistoryQueryExecutorReturns(result1 ledger.HistoryQueryExecutor, result2 error)
func (fake *Support) GetHistoryQueryExecutorReturnsOnCall(i int, result1 ledger.HistoryQueryExecutor, result2 error)
func (fake *Support) GetLedgerHeight(channelID string) (uint64, error)
func (fake *Support) GetLedgerHeightArgsForCall(i int) string
func (fake *Support) GetLedgerHeightCallCount() int
func (fake *Support) GetLedgerHeightReturns(result1 uint64, result2 error)
func (fake *Support) GetLedgerHeightReturnsOnCall(i int, result1 uint64, result2 error)
func (fake *Support) GetTransactionByID(chid string, txID string) (*pb.ProcessedTransaction, error)
func (fake *Support) GetTransactionByIDArgsForCall(i int) (string, string)
func (fake *Support) GetTransactionByIDCallCount() int
func (fake *Support) GetTransactionByIDReturns(result1 *pb.ProcessedTransaction, result2 error)
func (fake *Support) GetTransactionByIDReturnsOnCall(i int, result1 *pb.ProcessedTransaction, result2 error)
func (fake *Support) GetTxSimulator(ledgername string, txid string) (ledger.TxSimulator, error)
func (fake *Support) GetTxSimulatorArgsForCall(i int) (string, string)
func (fake *Support) GetTxSimulatorCallCount() int
func (fake *Support) GetTxSimulatorReturns(result1 ledger.TxSimulator, result2 error)
func (fake *Support) GetTxSimulatorReturnsOnCall(i int, result1 ledger.TxSimulator, result2 error)
func (fake *Support) Invocations() map[string][][]interface{}
func (fake *Support) IsJavaCC(buf []byte) (bool, error)
func (fake *Support) IsJavaCCArgsForCall(i int) []byte
func (fake *Support) IsJavaCCCallCount() int
func (fake *Support) IsJavaCCReturns(result1 bool, result2 error)
func (fake *Support) IsJavaCCReturnsOnCall(i int, result1 bool, result2 error)
func (fake *Support) IsSysCC(name string) bool
func (fake *Support) IsSysCCAndNotInvokableExternal(name string) bool
func (fake *Support) IsSysCCAndNotInvokableExternalArgsForCall(i int) string
func (fake *Support) IsSysCCAndNotInvokableExternalCallCount() int
func (fake *Support) IsSysCCAndNotInvokableExternalReturns(result1 bool)
func (fake *Support) IsSysCCAndNotInvokableExternalReturnsOnCall(i int, result1 bool)
func (fake *Support) IsSysCCArgsForCall(i int) string
func (fake *Support) IsSysCCCallCount() int
func (fake *Support) IsSysCCReturns(result1 bool)
func (fake *Support) IsSysCCReturnsOnCall(i int, result1 bool)
func (fake *Support) NewQueryCreator(channel string) (endorser_test.QueryCreator, error)
func (fake *Support) NewQueryCreatorArgsForCall(i int) string
func (fake *Support) NewQueryCreatorCallCount() int
func (fake *Support) NewQueryCreatorReturns(result1 endorser_test.QueryCreator, result2 error)
func (fake *Support) NewQueryCreatorReturnsOnCall(i int, result1 endorser_test.QueryCreator, result2 error)
func (fake *Support) Serialize() ([]byte, error)
func (fake *Support) SerializeCallCount() int
func (fake *Support) SerializeReturns(result1 []byte, result2 error)
func (fake *Support) SerializeReturnsOnCall(i int, result1 []byte, result2 error)
func (fake *Support) Sign(message []byte) ([]byte, error)
func (fake *Support) SignArgsForCall(i int) []byte
func (fake *Support) SignCallCount() int
func (fake *Support) SignReturns(result1 []byte, result2 error)
func (fake *Support) SignReturnsOnCall(i int, result1 []byte, result2 error)
TransientStoreRetriever is an autogenerated mock type for the TransientStoreRetriever type
type TransientStoreRetriever struct { mock.Mock }
func (_m *TransientStoreRetriever) StoreForChannel(channel string) transientstore.Store
StoreForChannel provides a mock function with given fields: channel