Versions in this module Expand all Collapse all v1 v1.0.0 Mar 3, 2023 Changes in this version + type DiscoveryService struct + func NewService(config fab.EndpointConfig, peerCreator peerCreator, channelID string) (*DiscoveryService, error) + func (ds *DiscoveryService) GetPeers() ([]fab.Peer, error) + type LocalProvider struct + func NewLocalProvider(config fab.EndpointConfig) (*LocalProvider, error) + func (dp *LocalProvider) CreateLocalDiscoveryService(mspID string) (fab.DiscoveryService, error) + func (dp *LocalProvider) Initialize(fabPvdr contextAPI.Providers) error