Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + func NewService(config Config, sup Support) *service + type AccessControlSupport interface + EligibleForService func(channel string, data protoutil.SignedData) error + type Config struct + AuthCacheEnabled bool + AuthCacheMaxSize int + AuthCachePurgeRetentionRatio float64 + TLS bool + func (c Config) String() string + type ConfigSequenceSupport interface + ConfigSequence func(channel string) uint64 + type ConfigSupport interface + Config func(channel string) (*discprotos.ConfigResult, error) + type EndorsementSupport interface + PeersAuthorizedByCriteria func(chainID common.ChannelID, interest *discprotos.ChaincodeInterest) (discovery.Members, error) + PeersForEndorsement func(channel common.ChannelID, interest *discprotos.ChaincodeInterest) (*discprotos.EndorsementDescriptor, error) + type GossipSupport interface + ChannelExists func(channel string) bool + IdentityInfo func() api.PeerIdentitySet + Peers func() discovery.Members + PeersOfChannel func(common.ChannelID) discovery.Members + type Support interface Other modules containing this package github.com/waszqt/fabric