Documentation
¶
Index ¶
Constants ¶
View Source
const ( // PriorityDatabase defines the shutdown priority for the database. PriorityDatabase = iota // PriorityFPC defines the shutdown priority for FPC. PriorityFPC // PriorityTangle defines the shutdown priority for the tangle. PriorityTangle // PriorityMissingMessagesMonitoring defines the shutdown priority for missing message monitor. PriorityMissingMessagesMonitoring // PriorityFaucet defines the shutdown priority for the faucet. PriorityFaucet // PriorityRemoteLog defines the shutdown priority for remote log. PriorityRemoteLog // PriorityAnalysis defines the shutdown priority for analysis server. PriorityAnalysis // PriorityPrometheus defines the shutdown priority for prometheus. PriorityPrometheus // PriorityMetrics defines the shutdown priority for metrics server. PriorityMetrics // PriorityAutopeering defines the shutdown priority for autopeering. PriorityAutopeering // PriorityGossip defines the shutdown priority for gossip. PriorityGossip // PriorityWebAPI defines the shutdown priority for webapi. PriorityWebAPI // PriorityDashboard defines the shutdown priority for dashboard. PriorityDashboard // PrioritySynchronization defines the shutdown priority for synchronization. PrioritySynchronization // PrioritySpammer defines the shutdown priority for spammer. PrioritySpammer // PriorityBootstrap defines the shutdown priority for bootstrap. PriorityBootstrap )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.