Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + type ConnectionSource struct + func NewConnectionSource(logger *flogging.FabricLogger, overrides map[string]*Endpoint) *ConnectionSource + func (cs *ConnectionSource) RandomEndpoint() (*Endpoint, error) + func (cs *ConnectionSource) Update(globalAddrs []string, orgs map[string]OrdererOrg) + type Endpoint struct + Address string + CertPool *x509.CertPool + Refreshed chan struct{} + type OrdererOrg struct + Addresses []string + RootCerts [][]byte Other modules containing this package github.com/waszqt/fabric