mock

package
v1.4.7 Latest Latest
Warning

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

Go to latest
Published: May 14, 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 added in v1.3.0

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 added in v1.3.0

func (*DeployedChaincodeInfoProvider) ChaincodeInfoArgsForCall added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) ChaincodeInfoCallCount added in v1.3.0

func (fake *DeployedChaincodeInfoProvider) ChaincodeInfoCallCount() int

func (*DeployedChaincodeInfoProvider) ChaincodeInfoReturns added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) ChaincodeInfoReturnsOnCall added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) CollectionInfo added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) CollectionInfoArgsForCall added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) CollectionInfoCallCount added in v1.3.0

func (fake *DeployedChaincodeInfoProvider) CollectionInfoCallCount() int

func (*DeployedChaincodeInfoProvider) CollectionInfoReturns added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) CollectionInfoReturnsOnCall added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) Invocations added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) Namespaces added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) NamespacesCallCount added in v1.3.0

func (fake *DeployedChaincodeInfoProvider) NamespacesCallCount() int

func (*DeployedChaincodeInfoProvider) NamespacesReturns added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) NamespacesReturnsOnCall added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) UpdatedChaincodes added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) UpdatedChaincodesArgsForCall added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) UpdatedChaincodesCallCount added in v1.3.0

func (fake *DeployedChaincodeInfoProvider) UpdatedChaincodesCallCount() int

func (*DeployedChaincodeInfoProvider) UpdatedChaincodesReturns added in v1.3.0

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

func (*DeployedChaincodeInfoProvider) UpdatedChaincodesReturnsOnCall added in v1.3.0

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

type HealthCheckRegistry added in v1.4.1

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

func (*HealthCheckRegistry) Invocations added in v1.4.1

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

func (*HealthCheckRegistry) RegisterChecker added in v1.4.1

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

func (*HealthCheckRegistry) RegisterCheckerArgsForCall added in v1.4.1

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

func (*HealthCheckRegistry) RegisterCheckerCallCount added in v1.4.1

func (fake *HealthCheckRegistry) RegisterCheckerCallCount() int

func (*HealthCheckRegistry) RegisterCheckerCalls added in v1.4.1

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

func (*HealthCheckRegistry) RegisterCheckerReturns added in v1.4.1

func (fake *HealthCheckRegistry) RegisterCheckerReturns(result1 error)

func (*HealthCheckRegistry) RegisterCheckerReturnsOnCall added in v1.4.1

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

type MembershipInfoProvider added in v1.4.0

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

func (*MembershipInfoProvider) AmMemberOf added in v1.4.0

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

func (*MembershipInfoProvider) AmMemberOfArgsForCall added in v1.4.0

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

func (*MembershipInfoProvider) AmMemberOfCallCount added in v1.4.0

func (fake *MembershipInfoProvider) AmMemberOfCallCount() int

func (*MembershipInfoProvider) AmMemberOfReturns added in v1.4.0

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

func (*MembershipInfoProvider) AmMemberOfReturnsOnCall added in v1.4.0

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

func (*MembershipInfoProvider) Invocations added in v1.4.0

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