orderers

package
v2.1.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionSource

type ConnectionSource struct {
	// contains filtered or unexported fields
}

func NewConnectionSource

func NewConnectionSource(logger *flogging.FabricLogger, overrides map[string]*Endpoint) *ConnectionSource

func (*ConnectionSource) RandomEndpoint

func (cs *ConnectionSource) RandomEndpoint() (*Endpoint, error)

func (*ConnectionSource) Update

func (cs *ConnectionSource) Update(globalAddrs []string, orgs map[string]OrdererOrg)

type Endpoint

type Endpoint struct {
	Address   string
	CertPool  *x509.CertPool
	Refreshed chan struct{}
}

type OrdererOrg

type OrdererOrg struct {
	Addresses []string
	RootCerts [][]byte
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL