mock

package
v1.4.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeployedChaincodeInfoProvider

type DeployedChaincodeInfoProvider struct {
	NamespacesStub func() []string

	UpdatedChaincodesStub func(stateUpdates map[string][]*kvrwset.KVWrite) ([]*ledger.ChaincodeLifecycleInfo, error)

	ChaincodeInfoStub func(chaincodeName string, qe ledger.SimpleQueryExecutor) (*ledger.DeployedChaincodeInfo, error)

	CollectionInfoStub func(chaincodeName, collectionName string, qe ledger.SimpleQueryExecutor) (*common.StaticCollectionConfig, error)
	// contains filtered or unexported fields
}

func (*DeployedChaincodeInfoProvider) ChaincodeInfo

func (*DeployedChaincodeInfoProvider) ChaincodeInfoArgsForCall

func (fake *DeployedChaincodeInfoProvider) ChaincodeInfoArgsForCall(i int) (string, ledger.SimpleQueryExecutor)

func (*DeployedChaincodeInfoProvider) ChaincodeInfoCallCount

func (fake *DeployedChaincodeInfoProvider) ChaincodeInfoCallCount() int

func (*DeployedChaincodeInfoProvider) ChaincodeInfoReturns

func (fake *DeployedChaincodeInfoProvider) ChaincodeInfoReturns(result1 *ledger.DeployedChaincodeInfo, result2 error)

func (*DeployedChaincodeInfoProvider) ChaincodeInfoReturnsOnCall

func (fake *DeployedChaincodeInfoProvider) ChaincodeInfoReturnsOnCall(i int, result1 *ledger.DeployedChaincodeInfo, result2 error)

func (*DeployedChaincodeInfoProvider) CollectionInfo

func (fake *DeployedChaincodeInfoProvider) CollectionInfo(chaincodeName string, collectionName string, qe ledger.SimpleQueryExecutor) (*common.StaticCollectionConfig, error)

func (*DeployedChaincodeInfoProvider) CollectionInfoArgsForCall

func (fake *DeployedChaincodeInfoProvider) CollectionInfoArgsForCall(i int) (string, string, ledger.SimpleQueryExecutor)

func (*DeployedChaincodeInfoProvider) CollectionInfoCallCount

func (fake *DeployedChaincodeInfoProvider) CollectionInfoCallCount() int

func (*DeployedChaincodeInfoProvider) CollectionInfoReturns

func (fake *DeployedChaincodeInfoProvider) CollectionInfoReturns(result1 *common.StaticCollectionConfig, result2 error)

func (*DeployedChaincodeInfoProvider) CollectionInfoReturnsOnCall

func (fake *DeployedChaincodeInfoProvider) CollectionInfoReturnsOnCall(i int, result1 *common.StaticCollectionConfig, result2 error)

func (*DeployedChaincodeInfoProvider) Invocations

func (fake *DeployedChaincodeInfoProvider) Invocations() map[string][][]interface{}

func (*DeployedChaincodeInfoProvider) Namespaces

func (fake *DeployedChaincodeInfoProvider) Namespaces() []string

func (*DeployedChaincodeInfoProvider) NamespacesCallCount

func (fake *DeployedChaincodeInfoProvider) NamespacesCallCount() int

func (*DeployedChaincodeInfoProvider) NamespacesReturns

func (fake *DeployedChaincodeInfoProvider) NamespacesReturns(result1 []string)

func (*DeployedChaincodeInfoProvider) NamespacesReturnsOnCall

func (fake *DeployedChaincodeInfoProvider) NamespacesReturnsOnCall(i int, result1 []string)

func (*DeployedChaincodeInfoProvider) UpdatedChaincodes

func (fake *DeployedChaincodeInfoProvider) UpdatedChaincodes(stateUpdates map[string][]*kvrwset.KVWrite) ([]*ledger.ChaincodeLifecycleInfo, error)

func (*DeployedChaincodeInfoProvider) UpdatedChaincodesArgsForCall

func (fake *DeployedChaincodeInfoProvider) UpdatedChaincodesArgsForCall(i int) map[string][]*kvrwset.KVWrite

func (*DeployedChaincodeInfoProvider) UpdatedChaincodesCallCount

func (fake *DeployedChaincodeInfoProvider) UpdatedChaincodesCallCount() int

func (*DeployedChaincodeInfoProvider) UpdatedChaincodesReturns

func (fake *DeployedChaincodeInfoProvider) UpdatedChaincodesReturns(result1 []*ledger.ChaincodeLifecycleInfo, result2 error)

func (*DeployedChaincodeInfoProvider) UpdatedChaincodesReturnsOnCall

func (fake *DeployedChaincodeInfoProvider) UpdatedChaincodesReturnsOnCall(i int, result1 []*ledger.ChaincodeLifecycleInfo, result2 error)

type HealthCheckRegistry

type HealthCheckRegistry struct {
	RegisterCheckerStub func(string, healthz.HealthChecker) error
	// contains filtered or unexported fields
}

func (*HealthCheckRegistry) Invocations

func (fake *HealthCheckRegistry) Invocations() map[string][][]interface{}

func (*HealthCheckRegistry) RegisterChecker

func (fake *HealthCheckRegistry) RegisterChecker(arg1 string, arg2 healthz.HealthChecker) error

func (*HealthCheckRegistry) RegisterCheckerArgsForCall

func (fake *HealthCheckRegistry) RegisterCheckerArgsForCall(i int) (string, healthz.HealthChecker)

func (*HealthCheckRegistry) RegisterCheckerCallCount

func (fake *HealthCheckRegistry) RegisterCheckerCallCount() int

func (*HealthCheckRegistry) RegisterCheckerCalls

func (fake *HealthCheckRegistry) RegisterCheckerCalls(stub func(string, healthz.HealthChecker) error)

func (*HealthCheckRegistry) RegisterCheckerReturns

func (fake *HealthCheckRegistry) RegisterCheckerReturns(result1 error)

func (*HealthCheckRegistry) RegisterCheckerReturnsOnCall

func (fake *HealthCheckRegistry) RegisterCheckerReturnsOnCall(i int, result1 error)

type MembershipInfoProvider

type MembershipInfoProvider struct {
	AmMemberOfStub func(channelName string, collectionPolicyConfig *common.CollectionPolicyConfig) (bool, error)
	// contains filtered or unexported fields
}

func (*MembershipInfoProvider) AmMemberOf

func (fake *MembershipInfoProvider) AmMemberOf(channelName string, collectionPolicyConfig *common.CollectionPolicyConfig) (bool, error)

func (*MembershipInfoProvider) AmMemberOfArgsForCall

func (fake *MembershipInfoProvider) AmMemberOfArgsForCall(i int) (string, *common.CollectionPolicyConfig)

func (*MembershipInfoProvider) AmMemberOfCallCount

func (fake *MembershipInfoProvider) AmMemberOfCallCount() int

func (*MembershipInfoProvider) AmMemberOfReturns

func (fake *MembershipInfoProvider) AmMemberOfReturns(result1 bool, result2 error)

func (*MembershipInfoProvider) AmMemberOfReturnsOnCall

func (fake *MembershipInfoProvider) AmMemberOfReturnsOnCall(i int, result1 bool, result2 error)

func (*MembershipInfoProvider) Invocations

func (fake *MembershipInfoProvider) Invocations() map[string][][]interface{}

type StateListener

type StateListener struct {
	InterestedInNamespacesStub func() []string

	HandleStateUpdatesStub func(trigger *ledger.StateUpdateTrigger) error

	StateCommitDoneStub func(channelID string)
	// contains filtered or unexported fields
}

func (*StateListener) HandleStateUpdates

func (fake *StateListener) HandleStateUpdates(trigger *ledger.StateUpdateTrigger) error

func (*StateListener) HandleStateUpdatesArgsForCall

func (fake *StateListener) HandleStateUpdatesArgsForCall(i int) *ledger.StateUpdateTrigger

func (*StateListener) HandleStateUpdatesCallCount

func (fake *StateListener) HandleStateUpdatesCallCount() int

func (*StateListener) HandleStateUpdatesReturns

func (fake *StateListener) HandleStateUpdatesReturns(result1 error)

func (*StateListener) HandleStateUpdatesReturnsOnCall

func (fake *StateListener) HandleStateUpdatesReturnsOnCall(i int, result1 error)

func (*StateListener) InterestedInNamespaces

func (fake *StateListener) InterestedInNamespaces() []string

func (*StateListener) InterestedInNamespacesCallCount

func (fake *StateListener) InterestedInNamespacesCallCount() int

func (*StateListener) InterestedInNamespacesReturns

func (fake *StateListener) InterestedInNamespacesReturns(result1 []string)

func (*StateListener) InterestedInNamespacesReturnsOnCall

func (fake *StateListener) InterestedInNamespacesReturnsOnCall(i int, result1 []string)

func (*StateListener) Invocations

func (fake *StateListener) Invocations() map[string][][]interface{}

func (*StateListener) StateCommitDone

func (fake *StateListener) StateCommitDone(channelID string)

func (*StateListener) StateCommitDoneArgsForCall

func (fake *StateListener) StateCommitDoneArgsForCall(i int) string

func (*StateListener) StateCommitDoneCallCount

func (fake *StateListener) StateCommitDoneCallCount() int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL