orderers

package
v0.0.0-...-579b097 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 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) Endpoints

func (cs *ConnectionSource) Endpoints() []*Endpoint

func (*ConnectionSource) RandomEndpoint

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

RandomEndpoint returns a random endpoint.

func (*ConnectionSource) ShuffledEndpoints

func (cs *ConnectionSource) ShuffledEndpoints() []*Endpoint

ShuffledEndpoints returns a shuffled array of endpoints in a new slice.

func (*ConnectionSource) Update

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

type ConnectionSourceCreator

type ConnectionSourceCreator interface {
	CreateConnectionSource(logger *flogging.FabricLogger) ConnectionSourcer
}

type ConnectionSourceFactory

type ConnectionSourceFactory struct {
	Overrides map[string]*Endpoint
}

func (*ConnectionSourceFactory) CreateConnectionSource

func (f *ConnectionSourceFactory) CreateConnectionSource(logger *flogging.FabricLogger) ConnectionSourcer

type ConnectionSourcer

type ConnectionSourcer interface {
	RandomEndpoint() (*Endpoint, error)
	ShuffledEndpoints() []*Endpoint
	Update(globalAddrs []string, orgs map[string]OrdererOrg)
}

type Endpoint

type Endpoint struct {
	Address   string
	RootCerts [][]byte
	Refreshed chan struct{}
}

func (*Endpoint) String

func (e *Endpoint) String() string

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