package
0.9.8
Repository: https://github.com/iotaledger/goshimmer.git
Documentation: pkg.go.dev

# Functions

HandleConnection handles the given connection.
NewNetworkMap creates a new network map with a given network version.
ReplayAutopeeringEvents replays recorded events on the given event handler.
ShortNodeIDString returns the short nodeID as a string.

# Constants

CfgAnalysisServerBindAddress defines the bind address of the analysis server.
IdleTimeout defines the idle timeout of the read from the client's connection.
PluginName is the name of the analysis server plugin.

# Variables

No description provided by the author
Networks maps all available versions to network map.
Plugin is the plugin instance of the analysis server plugin.

# Structs

AddNodeEvent is the payload type of an AddNode event.
ConnectNodesEvent is the payload type of a ConnectNodesEvent.
DisconnectNodesEvent is the payload type f a DisconnectNodesEvent.
EventHandlers holds the handler for each event of the record manager.
EventsStruct holds the events of the analysis server package.
No description provided by the author
No description provided by the author
NeighborMetric contains the number of inbound/outbound neighbors.
NetworkMap contains information about the peer connections on a specific network.
RemoveNodeEvent is the payload type of a RemoveNode event.

# Type aliases

EventHandlersConsumer defines the consumer function of an *EventHandlers.