package
1.0.0-rc.3
Repository: https://github.com/iotaledger/hive.go.git
Documentation: pkg.go.dev

# Packages

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

# Functions

No description provided by the author
No description provided by the author
WithCoreComponents sets the core components.
WithDaemon sets the used daemon.
WithInitComponent sets the init component.
WithPlugins sets the plugins.
WithUsageText overwrites the default usage text of the app.
WithVersionCheck enables the GitHub version check.

# Constants

No description provided by the author

# Structs

No description provided by the author
Component is something which extends the App's capabilities.
ComponentParams defines the parameters configuration of a component.
No description provided by the author
CoreComponent is a component essential for app operation.
Info provides informations about the app.
InitComponent is the module initializing configuration of the app.
InitConfig describes the result of a app initialization.
Options defines options for an App.
No description provided by the author
No description provided by the author

# Type aliases

Callback is a function called without any arguments.
No description provided by the author
CoreComponentForEachFunc is used in ForEachCoreComponent.
InitConfigParsFunc gets called with a dig.Container.
InitFunc gets called as the initialization function of the app.
IsEnabledFunc gets called to check whether the Plugin is enabled.
Option is a function setting a Options option.
PluginForEachFunc is used in ForEachPlugin.
PreProvideFunc gets called with a dig.Container, the configs the InitComponent brings to the app and the InitConfig.
ProvideFunc gets called with a dig.Container.