Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPeerDiscoverer ¶
func NewPeerDiscoverer(args ArgsPeerDiscoverer) (p2p.PeerDiscoverer, error)
NewPeerDiscoverer generates an implementation of PeerDiscoverer by parsing the p2pConfig struct Errors if config is badly formatted
Types ¶
type ArgsPeerDiscoverer ¶ added in v1.3.29
type ArgsPeerDiscoverer struct { Context context.Context Host discovery.ConnectableHost Sharder p2p.Sharder P2pConfig config.P2PConfig ConnectionsWatcher p2p.ConnectionsWatcher }
ArgsPeerDiscoverer is the DTO struct used in the NewPeerDiscoverer function
Click to show internal directories.
Click to hide internal directories.