Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FullNodeMaker ¶
type FullNodeMaker struct { }
func (FullNodeMaker) MakeNode ¶
func (maker FullNodeMaker) MakeNode(ctx *cli.Context) *node.Node
func (FullNodeMaker) MakeNodeConfig ¶
func (maker FullNodeMaker) MakeNodeConfig(ctx *cli.Context) *node.Config
type NodeManager ¶
type NodeManager struct {
// contains filtered or unexported fields
}
func New ¶
func New(ctx *cli.Context, maker NodeMaker) NodeManager
func (*NodeManager) Node ¶
func (nodeManager *NodeManager) Node() *node.Node
func (*NodeManager) Start ¶
func (nodeManager *NodeManager) Start() error
func (*NodeManager) Stop ¶
func (nodeManager *NodeManager) Stop() error
Click to show internal directories.
Click to hide internal directories.