Versions in this module Expand all Collapse all v1 v1.4.9 Jul 22, 2021 Changes in this version + type DeployedChaincodeInfoProvider struct + ChaincodeInfoStub func(chaincodeName string, qe ledger.SimpleQueryExecutor) (*ledger.DeployedChaincodeInfo, error) + CollectionInfoStub func(chaincodeName, collectionName string, qe ledger.SimpleQueryExecutor) (*common.StaticCollectionConfig, error) + NamespacesStub func() []string + UpdatedChaincodesStub func(stateUpdates map[string][]*kvrwset.KVWrite) ([]*ledger.ChaincodeLifecycleInfo, error) + func (fake *DeployedChaincodeInfoProvider) ChaincodeInfo(chaincodeName string, qe ledger.SimpleQueryExecutor) (*ledger.DeployedChaincodeInfo, error) + func (fake *DeployedChaincodeInfoProvider) ChaincodeInfoArgsForCall(i int) (string, ledger.SimpleQueryExecutor) + func (fake *DeployedChaincodeInfoProvider) ChaincodeInfoCallCount() int + func (fake *DeployedChaincodeInfoProvider) ChaincodeInfoReturns(result1 *ledger.DeployedChaincodeInfo, result2 error) + func (fake *DeployedChaincodeInfoProvider) ChaincodeInfoReturnsOnCall(i int, result1 *ledger.DeployedChaincodeInfo, result2 error) + func (fake *DeployedChaincodeInfoProvider) CollectionInfo(chaincodeName string, collectionName string, qe ledger.SimpleQueryExecutor) (*common.StaticCollectionConfig, error) + func (fake *DeployedChaincodeInfoProvider) CollectionInfoArgsForCall(i int) (string, string, ledger.SimpleQueryExecutor) + func (fake *DeployedChaincodeInfoProvider) CollectionInfoCallCount() int + func (fake *DeployedChaincodeInfoProvider) CollectionInfoReturns(result1 *common.StaticCollectionConfig, result2 error) + func (fake *DeployedChaincodeInfoProvider) CollectionInfoReturnsOnCall(i int, result1 *common.StaticCollectionConfig, result2 error) + func (fake *DeployedChaincodeInfoProvider) Invocations() map[string][][]interface{} + func (fake *DeployedChaincodeInfoProvider) Namespaces() []string + func (fake *DeployedChaincodeInfoProvider) NamespacesCallCount() int + func (fake *DeployedChaincodeInfoProvider) NamespacesReturns(result1 []string) + func (fake *DeployedChaincodeInfoProvider) NamespacesReturnsOnCall(i int, result1 []string) + func (fake *DeployedChaincodeInfoProvider) UpdatedChaincodes(stateUpdates map[string][]*kvrwset.KVWrite) ([]*ledger.ChaincodeLifecycleInfo, error) + func (fake *DeployedChaincodeInfoProvider) UpdatedChaincodesArgsForCall(i int) map[string][]*kvrwset.KVWrite + func (fake *DeployedChaincodeInfoProvider) UpdatedChaincodesCallCount() int + func (fake *DeployedChaincodeInfoProvider) UpdatedChaincodesReturns(result1 []*ledger.ChaincodeLifecycleInfo, result2 error) + func (fake *DeployedChaincodeInfoProvider) UpdatedChaincodesReturnsOnCall(i int, result1 []*ledger.ChaincodeLifecycleInfo, result2 error) + type HealthCheckRegistry struct + RegisterCheckerStub func(string, healthz.HealthChecker) error + func (fake *HealthCheckRegistry) Invocations() map[string][][]interface{} + func (fake *HealthCheckRegistry) RegisterChecker(arg1 string, arg2 healthz.HealthChecker) error + func (fake *HealthCheckRegistry) RegisterCheckerArgsForCall(i int) (string, healthz.HealthChecker) + func (fake *HealthCheckRegistry) RegisterCheckerCallCount() int + func (fake *HealthCheckRegistry) RegisterCheckerCalls(stub func(string, healthz.HealthChecker) error) + func (fake *HealthCheckRegistry) RegisterCheckerReturns(result1 error) + func (fake *HealthCheckRegistry) RegisterCheckerReturnsOnCall(i int, result1 error) + type MembershipInfoProvider struct + AmMemberOfStub func(channelName string, collectionPolicyConfig *common.CollectionPolicyConfig) (bool, error) + func (fake *MembershipInfoProvider) AmMemberOf(channelName string, collectionPolicyConfig *common.CollectionPolicyConfig) (bool, error) + func (fake *MembershipInfoProvider) AmMemberOfArgsForCall(i int) (string, *common.CollectionPolicyConfig) + func (fake *MembershipInfoProvider) AmMemberOfCallCount() int + func (fake *MembershipInfoProvider) AmMemberOfReturns(result1 bool, result2 error) + func (fake *MembershipInfoProvider) AmMemberOfReturnsOnCall(i int, result1 bool, result2 error) + func (fake *MembershipInfoProvider) Invocations() map[string][][]interface{} + type StateListener struct + HandleStateUpdatesStub func(trigger *ledger.StateUpdateTrigger) error + InterestedInNamespacesStub func() []string + StateCommitDoneStub func(channelID string) + func (fake *StateListener) HandleStateUpdates(trigger *ledger.StateUpdateTrigger) error + func (fake *StateListener) HandleStateUpdatesArgsForCall(i int) *ledger.StateUpdateTrigger + func (fake *StateListener) HandleStateUpdatesCallCount() int + func (fake *StateListener) HandleStateUpdatesReturns(result1 error) + func (fake *StateListener) HandleStateUpdatesReturnsOnCall(i int, result1 error) + func (fake *StateListener) InterestedInNamespaces() []string + func (fake *StateListener) InterestedInNamespacesCallCount() int + func (fake *StateListener) InterestedInNamespacesReturns(result1 []string) + func (fake *StateListener) InterestedInNamespacesReturnsOnCall(i int, result1 []string) + func (fake *StateListener) Invocations() map[string][][]interface{} + func (fake *StateListener) StateCommitDone(channelID string) + func (fake *StateListener) StateCommitDoneArgsForCall(i int) string + func (fake *StateListener) StateCommitDoneCallCount() int