Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Core = node.Plugins( banner.Plugin, config.Plugin, logger.Plugin, cli.Plugin, gracefulshutdown.Plugin, database.Plugin, peer.Plugin, portcheck.Plugin, autopeering.Plugin, manualpeering.Plugin, profiling.Plugin, pow.Plugin, clock.Plugin, messagelayer.Plugin, gossip.Plugin, messagelayer.ManaPlugin, manarefresher.Plugin, drng.Plugin, faucet.Plugin, 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, remotemetrics.Plugin, networkdelay.App(), txstream.Plugin, activity.Plugin, chat.Plugin, )
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, drngTools.Plugin, msgTools.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 remotemetrics is a plugin that enables log metrics too complex for Prometheus, but still interesting in terms of analysis and debugging.
|
Package remotemetrics 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.