Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Core = node.Plugins( banner.Plugin(), config.Plugin(), logger.Plugin(), cli.Plugin(), gracefulshutdown.Plugin(), portcheck.Plugin(), profiling.Plugin(), database.Plugin(), pow.Plugin(), clock.Plugin(), messagelayer.Plugin(), messagelayer.ManaPlugin(), manarefresher.Plugin(), gossip.Plugin(), autopeering.Plugin(), manualpeering.Plugin(), drng.Plugin(), faucet.Plugin(), messagelayer.ConsensusPlugin(), metrics.Plugin(), spammer.Plugin(), manaeventlogger.Plugin(), )
Core contains the core plugins of a GoShimmer node.
View Source
var Research = node.Plugins( remotelog.Plugin(), analysisserver.Plugin(), analysisclient.Plugin(), analysisdashboard.Plugin(), prometheus.Plugin(), remotelogmetrics.Plugin(), networkdelay.App(), txstream.Plugin(), activity.Plugin(), chat.App(), )
Research contains research plugins of a GoShimmer node.
View Source
var UI = node.Plugins( dashboard.Plugin(), )
UI contains the user interface plugins of a GoShimmer node.
View Source
var WebAPI = node.Plugins( webapi.Plugin(), data.Plugin(), drng.Plugin(), faucet.Plugin(), healthz.Plugin(), message.Plugin(), autopeering.Plugin(), info.Plugin(), tools.Plugin(), mana.Plugin(), ledgerstate.Plugin(), snapshot.Plugin(), weightprovider.Plugin(), )
WebAPI contains the webapi endpoint plugins of a GoShimmer node.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
analysis
|
|
Package database is a plugin that manages the RocksDB database (e.g.
|
Package database is a plugin that manages the RocksDB database (e.g. |
Package remotelog is a plugin that enables log messages being sent via UDP to a central ELK stack for debugging.
|
Package remotelog is a plugin that enables log messages being sent via UDP to a central ELK stack for debugging. |
Package remotelogmetrics is a plugin that enables log metrics too complex for Prometheus, but still interesting in terms of analysis and debugging.
|
Package remotelogmetrics is a plugin that enables log metrics too complex for Prometheus, but still interesting in terms of analysis and debugging. |
Click to show internal directories.
Click to hide internal directories.