Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type ChaincodeInfoProvider
- func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfo(arg1 string, arg2 *cceventmgmt.ChaincodeDefinition) (*ledger.DeployedChaincodeInfo, error)
- func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoArgsForCall(i int) (string, *cceventmgmt.ChaincodeDefinition)
- func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoCallCount() int
- func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoCalls(...)
- func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoReturns(result1 *ledger.DeployedChaincodeInfo, result2 error)
- func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoReturnsOnCall(i int, result1 *ledger.DeployedChaincodeInfo, result2 error)
- func (fake *ChaincodeInfoProvider) Invocations() map[string][][]interface{}
- func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifacts(arg1 *cceventmgmt.ChaincodeDefinition) (bool, []byte, error)
- func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsArgsForCall(i int) *cceventmgmt.ChaincodeDefinition
- func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsCallCount() int
- func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsCalls(stub func(*cceventmgmt.ChaincodeDefinition) (bool, []byte, error))
- func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsReturns(result1 bool, result2 []byte, result3 error)
- func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsReturnsOnCall(i int, result1 bool, result2 []byte, result3 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChaincodeInfoProvider ¶
type ChaincodeInfoProvider struct { GetDeployedChaincodeInfoStub func(string, *cceventmgmt.ChaincodeDefinition) (*ledger.DeployedChaincodeInfo, error) RetrieveChaincodeArtifactsStub func(*cceventmgmt.ChaincodeDefinition) (bool, []byte, error) // contains filtered or unexported fields }
func (*ChaincodeInfoProvider) GetDeployedChaincodeInfo ¶
func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfo(arg1 string, arg2 *cceventmgmt.ChaincodeDefinition) (*ledger.DeployedChaincodeInfo, error)
func (*ChaincodeInfoProvider) GetDeployedChaincodeInfoArgsForCall ¶
func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoArgsForCall(i int) (string, *cceventmgmt.ChaincodeDefinition)
func (*ChaincodeInfoProvider) GetDeployedChaincodeInfoCallCount ¶
func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoCallCount() int
func (*ChaincodeInfoProvider) GetDeployedChaincodeInfoCalls ¶
func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoCalls(stub func(string, *cceventmgmt.ChaincodeDefinition) (*ledger.DeployedChaincodeInfo, error))
func (*ChaincodeInfoProvider) GetDeployedChaincodeInfoReturns ¶
func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoReturns(result1 *ledger.DeployedChaincodeInfo, result2 error)
func (*ChaincodeInfoProvider) GetDeployedChaincodeInfoReturnsOnCall ¶
func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoReturnsOnCall(i int, result1 *ledger.DeployedChaincodeInfo, result2 error)
func (*ChaincodeInfoProvider) Invocations ¶
func (fake *ChaincodeInfoProvider) Invocations() map[string][][]interface{}
func (*ChaincodeInfoProvider) RetrieveChaincodeArtifacts ¶
func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifacts(arg1 *cceventmgmt.ChaincodeDefinition) (bool, []byte, error)
func (*ChaincodeInfoProvider) RetrieveChaincodeArtifactsArgsForCall ¶
func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsArgsForCall(i int) *cceventmgmt.ChaincodeDefinition
func (*ChaincodeInfoProvider) RetrieveChaincodeArtifactsCallCount ¶
func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsCallCount() int
func (*ChaincodeInfoProvider) RetrieveChaincodeArtifactsCalls ¶
func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsCalls(stub func(*cceventmgmt.ChaincodeDefinition) (bool, []byte, error))
func (*ChaincodeInfoProvider) RetrieveChaincodeArtifactsReturns ¶
func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsReturns(result1 bool, result2 []byte, result3 error)
func (*ChaincodeInfoProvider) RetrieveChaincodeArtifactsReturnsOnCall ¶
func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsReturnsOnCall(i int, result1 bool, result2 []byte, result3 error)
Click to show internal directories.
Click to hide internal directories.