Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Support
- func (fake *Support) CheckACL(signedProp *pb.SignedProposal, chdr *common.ChannelHeader, ...) error
- func (fake *Support) CheckACLArgsForCall(i int) (*pb.SignedProposal, *common.ChannelHeader, *common.SignatureHeader, ...)
- 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 resourcesconfig.ChaincodeDefinition) error
- func (fake *Support) CheckInstantiationPolicyArgsForCall(i int) (string, string, resourcesconfig.ChaincodeDefinition)
- func (fake *Support) CheckInstantiationPolicyCallCount() int
- func (fake *Support) CheckInstantiationPolicyReturns(result1 error)
- func (fake *Support) CheckInstantiationPolicyReturnsOnCall(i int, result1 error)
- func (fake *Support) Execute(ctxt context.Context, cid string, name string, version string, txid string, ...) (*pb.Response, *pb.ChaincodeEvent, error)
- func (fake *Support) ExecuteArgsForCall(i int) (context.Context, string, string, string, string, bool, *pb.SignedProposal, ...)
- func (fake *Support) ExecuteCallCount() int
- 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(ctx context.Context, chainID string, txid string, ...) (resourcesconfig.ChaincodeDefinition, error)
- func (fake *Support) GetChaincodeDefinitionArgsForCall(i int) (context.Context, string, string, *pb.SignedProposal, *pb.Proposal, string, ...)
- func (fake *Support) GetChaincodeDefinitionCallCount() int
- func (fake *Support) GetChaincodeDefinitionReturns(result1 resourcesconfig.ChaincodeDefinition, result2 error)
- func (fake *Support) GetChaincodeDefinitionReturnsOnCall(i int, result1 resourcesconfig.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) 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Support ¶
type Support struct { 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(ctxt context.Context, cid, name, version, txid string, syscc bool, signedProp *pb.SignedProposal, prop *pb.Proposal, spec interface{}) (*pb.Response, *pb.ChaincodeEvent, error) GetChaincodeDefinitionStub func(ctx context.Context, chainID string, txid string, signedProp *pb.SignedProposal, prop *pb.Proposal, chaincodeID string, txsim ledger.TxSimulator) (resourcesconfig.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 resourcesconfig.ChaincodeDefinition) error GetChaincodeDeploymentSpecFSStub func(cds *pb.ChaincodeDeploymentSpec) (*pb.ChaincodeDeploymentSpec, error) GetApplicationConfigStub func(cid string) (channelconfig.Application, bool) // contains filtered or unexported fields }
func (*Support) CheckACL ¶
func (fake *Support) CheckACL(signedProp *pb.SignedProposal, chdr *common.ChannelHeader, shdr *common.SignatureHeader, hdrext *pb.ChaincodeHeaderExtension) error
func (*Support) CheckACLArgsForCall ¶
func (fake *Support) CheckACLArgsForCall(i int) (*pb.SignedProposal, *common.ChannelHeader, *common.SignatureHeader, *pb.ChaincodeHeaderExtension)
func (*Support) CheckACLCallCount ¶
func (*Support) CheckACLReturns ¶
func (*Support) CheckACLReturnsOnCall ¶
func (*Support) CheckInstantiationPolicy ¶
func (fake *Support) CheckInstantiationPolicy(name string, version string, cd resourcesconfig.ChaincodeDefinition) error
func (*Support) CheckInstantiationPolicyArgsForCall ¶
func (fake *Support) CheckInstantiationPolicyArgsForCall(i int) (string, string, resourcesconfig.ChaincodeDefinition)
func (*Support) CheckInstantiationPolicyCallCount ¶
func (*Support) CheckInstantiationPolicyReturns ¶
func (*Support) CheckInstantiationPolicyReturnsOnCall ¶
func (*Support) ExecuteArgsForCall ¶
func (*Support) ExecuteCallCount ¶
func (*Support) ExecuteReturns ¶
func (*Support) ExecuteReturnsOnCall ¶
func (*Support) GetApplicationConfig ¶
func (fake *Support) GetApplicationConfig(cid string) (channelconfig.Application, bool)
func (*Support) GetApplicationConfigArgsForCall ¶
func (*Support) GetApplicationConfigCallCount ¶
func (*Support) GetApplicationConfigReturns ¶
func (fake *Support) GetApplicationConfigReturns(result1 channelconfig.Application, result2 bool)
func (*Support) GetApplicationConfigReturnsOnCall ¶
func (fake *Support) GetApplicationConfigReturnsOnCall(i int, result1 channelconfig.Application, result2 bool)
func (*Support) GetChaincodeDefinition ¶
func (fake *Support) GetChaincodeDefinition(ctx context.Context, chainID string, txid string, signedProp *pb.SignedProposal, prop *pb.Proposal, chaincodeID string, txsim ledger.TxSimulator) (resourcesconfig.ChaincodeDefinition, error)
func (*Support) GetChaincodeDefinitionArgsForCall ¶
func (*Support) GetChaincodeDefinitionCallCount ¶
func (*Support) GetChaincodeDefinitionReturns ¶
func (fake *Support) GetChaincodeDefinitionReturns(result1 resourcesconfig.ChaincodeDefinition, result2 error)
func (*Support) GetChaincodeDefinitionReturnsOnCall ¶
func (fake *Support) GetChaincodeDefinitionReturnsOnCall(i int, result1 resourcesconfig.ChaincodeDefinition, result2 error)
func (*Support) GetChaincodeDeploymentSpecFS ¶
func (fake *Support) GetChaincodeDeploymentSpecFS(cds *pb.ChaincodeDeploymentSpec) (*pb.ChaincodeDeploymentSpec, error)
func (*Support) GetChaincodeDeploymentSpecFSArgsForCall ¶
func (fake *Support) GetChaincodeDeploymentSpecFSArgsForCall(i int) *pb.ChaincodeDeploymentSpec
func (*Support) GetChaincodeDeploymentSpecFSCallCount ¶
func (*Support) GetChaincodeDeploymentSpecFSReturns ¶
func (fake *Support) GetChaincodeDeploymentSpecFSReturns(result1 *pb.ChaincodeDeploymentSpec, result2 error)
func (*Support) GetChaincodeDeploymentSpecFSReturnsOnCall ¶
func (fake *Support) GetChaincodeDeploymentSpecFSReturnsOnCall(i int, result1 *pb.ChaincodeDeploymentSpec, result2 error)
func (*Support) GetHistoryQueryExecutor ¶
func (fake *Support) GetHistoryQueryExecutor(ledgername string) (ledger.HistoryQueryExecutor, error)
func (*Support) GetHistoryQueryExecutorArgsForCall ¶
func (*Support) GetHistoryQueryExecutorCallCount ¶
func (*Support) GetHistoryQueryExecutorReturns ¶
func (fake *Support) GetHistoryQueryExecutorReturns(result1 ledger.HistoryQueryExecutor, result2 error)
func (*Support) GetHistoryQueryExecutorReturnsOnCall ¶
func (fake *Support) GetHistoryQueryExecutorReturnsOnCall(i int, result1 ledger.HistoryQueryExecutor, result2 error)
func (*Support) GetTransactionByID ¶
func (*Support) GetTransactionByIDArgsForCall ¶
func (*Support) GetTransactionByIDCallCount ¶
func (*Support) GetTransactionByIDReturns ¶
func (fake *Support) GetTransactionByIDReturns(result1 *pb.ProcessedTransaction, result2 error)
func (*Support) GetTransactionByIDReturnsOnCall ¶
func (fake *Support) GetTransactionByIDReturnsOnCall(i int, result1 *pb.ProcessedTransaction, result2 error)
func (*Support) GetTxSimulator ¶
func (*Support) GetTxSimulatorArgsForCall ¶
func (*Support) GetTxSimulatorCallCount ¶
func (*Support) GetTxSimulatorReturns ¶
func (fake *Support) GetTxSimulatorReturns(result1 ledger.TxSimulator, result2 error)
func (*Support) GetTxSimulatorReturnsOnCall ¶
func (fake *Support) GetTxSimulatorReturnsOnCall(i int, result1 ledger.TxSimulator, result2 error)
func (*Support) Invocations ¶
func (*Support) IsJavaCCArgsForCall ¶
func (*Support) IsJavaCCCallCount ¶
func (*Support) IsJavaCCReturns ¶
func (*Support) IsJavaCCReturnsOnCall ¶
func (*Support) IsSysCCAndNotInvokableExternal ¶
func (*Support) IsSysCCAndNotInvokableExternalArgsForCall ¶
func (*Support) IsSysCCAndNotInvokableExternalCallCount ¶
func (*Support) IsSysCCAndNotInvokableExternalReturns ¶
func (*Support) IsSysCCAndNotInvokableExternalReturnsOnCall ¶
func (*Support) IsSysCCArgsForCall ¶
func (*Support) IsSysCCCallCount ¶
func (*Support) IsSysCCReturns ¶
func (*Support) IsSysCCReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.