Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + type ChannelConfigGetter interface + GetChannelConfig func(cid string) channelconfig.Resources + type ChannelConfigGetterFunc func(cid string) channelconfig.Resources + func (f ChannelConfigGetterFunc) GetChannelConfig(cid string) channelconfig.Resources + type ChannelPolicyManagerGetter interface + Manager func(channelID string) policies.Manager + type ChannelVerifier struct + Policy string + func NewChannelVerifier(policy string, polMgr policies.ChannelPolicyManagerGetter) *ChannelVerifier + func (cv *ChannelVerifier) VerifyByChannel(channel string, sd *protoutil.SignedData) error + type DiscoverySupport struct + func NewDiscoverySupport(v Verifier, e Evaluator, chanConf ChannelConfigGetter) *DiscoverySupport + func (s *DiscoverySupport) ConfigSequence(channel string) uint64 + func (s *DiscoverySupport) EligibleForService(channel string, data protoutil.SignedData) error + func (s *DiscoverySupport) SatisfiesPrincipal(channel string, rawIdentity []byte, principal *msp.MSPPrincipal) error + type Evaluator interface + type Verifier interface + VerifyByChannel func(channel string, sd *protoutil.SignedData) error Other modules containing this package github.com/waszqt/fabric