Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogTag = log.Service("gossip")
Functions ¶
Types ¶
type Config ¶
type Config interface { NodeAddress() primitives.NodeAddress VirtualChainId() primitives.VirtualChainId }
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
memory
Package memory provides an in-memory implementation of the Gossip Transport adapter, meant for usage in fast tests that should not use the TCP-based adapter, such as acceptance tests or sociable unit tests, or in other in-process network use cases
|
Package memory provides an in-memory implementation of the Gossip Transport adapter, meant for usage in fast tests that should not use the TCP-based adapter, such as acceptance tests or sociable unit tests, or in other in-process network use cases |
testkit
Package testkit extends the in-process transport adapter with Tampering capabilities, intended to be used by system-wide acceptance tests
|
Package testkit extends the in-process transport adapter with Tampering capabilities, intended to be used by system-wide acceptance tests |
Click to show internal directories.
Click to hide internal directories.