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(), autopeering.Plugin(), pow.Plugin(), messagelayer.Plugin(), gossip.Plugin(), issuer.Plugin(), metrics.Plugin(), drng.Plugin(), faucet.Plugin(), valuetransfers.App(), syncbeacon.Plugin(), syncbeaconfollower.Plugin(), spammer.Plugin(), clock.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(), networkdelay.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(), value.Plugin(), tools.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 badger database (e.g.
|
Package database is a plugin that manages the badger 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. |
Click to show internal directories.
Click to hide internal directories.