gossip

package
v0.0.0-...-95b87ed Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiscoverySupport

type DiscoverySupport struct {
	Gossip
}

func NewDiscoverySupport

func NewDiscoverySupport(g Gossip) *DiscoverySupport

func (*DiscoverySupport) ChannelExists

func (s *DiscoverySupport) ChannelExists(channel string) bool

func (*DiscoverySupport) Peers

func (s *DiscoverySupport) Peers() discovery.Members

func (*DiscoverySupport) PeersOfChannel

func (s *DiscoverySupport) PeersOfChannel(chain common.ChannelID) discovery.Members

type Gossip

type Gossip interface {
	IdentityInfo() api.PeerIdentitySet

	Peers() []discovery.NetworkMember

	PeersOfChannel(common.ChannelID) []discovery.NetworkMember

	SelfChannelInfo(common.ChannelID) *protoext.SignedGossipMessage

	SelfMembershipInfo() discovery.NetworkMember
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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