Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrchestratorNode ¶
type OrchestratorNode struct {
// contains filtered or unexported fields
}
OrchestratorNode
func New ¶
func New(cliCtx *cli.Context) (*OrchestratorNode, error)
New creates a new node instance, sets up configuration options, and registers every required service to the node.
func (*OrchestratorNode) Close ¶
func (b *OrchestratorNode) Close()
Close handles graceful shutdown of the system.
func (*OrchestratorNode) Start ¶
func (o *OrchestratorNode) Start()
Start the BeaconNode and kicks off every registered service.
Click to show internal directories.
Click to hide internal directories.