Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + type DiscoverySupport struct + func NewDiscoverySupport(g Gossip) *DiscoverySupport + func (s *DiscoverySupport) ChannelExists(channel string) bool + func (s *DiscoverySupport) Peers() discovery.Members + func (s *DiscoverySupport) PeersOfChannel(chain common.ChannelID) discovery.Members + type Gossip interface + IdentityInfo func() api.PeerIdentitySet + Peers func() []discovery.NetworkMember + PeersOfChannel func(common.ChannelID) []discovery.NetworkMember + SelfChannelInfo func(common.ChannelID) *protoext.SignedGossipMessage + SelfMembershipInfo func() discovery.NetworkMember Other modules containing this package github.com/waszqt/fabric