Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HeartbeatStatus ¶
HeartbeatStatus respond with the heartbeat status of the node
func StatusMetrics ¶
StatusMetrics returns the node statistics exported by an StatusMetricsHandler
Types ¶
type FacadeHandler ¶
type FacadeHandler interface { IsNodeRunning() bool StartNode() error GetHeartbeats() ([]heartbeat.PubKeyHeartbeat, error) TpsBenchmark() *statistics.TpsBenchmark StatusMetrics() external.StatusMetricsHandler IsInterfaceNil() bool }
FacadeHandler interface defines methods that can be used from `elrondFacade` context variable
Click to show internal directories.
Click to hide internal directories.