Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Peer ¶
type Peer struct { ID flow.Identifier Seen map[string]struct{} }
Peer holds the information we know about a peer on the network, such as his ID and what events he has seen.
type PeerFilter ¶
PeerFilter is a function to filter peers by the information they hold.
Click to show internal directories.
Click to hide internal directories.