package
1.2.8
Repository: https://github.com/iotaledger/hornet.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
WithCorePlugins sets the core plugins.
WithDaemon sets the used daemon.
WithInitPlugin sets the init plugin.
WithPlugins sets the plugins.

# Constants

No description provided by the author
No description provided by the author

# Structs

CorePlugin is a plugin essential for node operation.
InitConfig describes the result of a node initialization.
InitPlugin is the module initializing configuration of the node.
No description provided by the author
NodeOptions defines options for a Node.
Pluggable is something which extends the Node's capabilities.
No description provided by the author
PluginParams defines the parameters configuration of a plugin.

# Type aliases

Callback is a function called without any arguments.
CorePluginForEachFunc is used in ForEachCorePlugin.
InitConfigParsFunc gets called with a dig.Container.
InitFunc gets called as the initialization function of the node.
NodeOption is a function setting a NodeOptions option.
PluginForEachFunc is used in ForEachPlugin.
No description provided by the author
PreProvideFunc gets called with a dig.Container, the configs the InitPlugin brings to the node and the InitConfig.
ProvideFunc gets called with a dig.Container.