Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CfgNodeDisablePlugins defines a list of plugins that shall be disabled CfgNodeDisablePlugins = "node.disablePlugins" // CfgNodeEnablePlugins defines a list of plugins that shall be enabled CfgNodeEnablePlugins = "node.enablePlugins" CfgConfigFilePathNodeConfig = "config" CfgConfigFilePathPeeringConfig = "peering" CfgConfigFilePathProfilesConfig = "profiles" )
Variables ¶
View Source
var ( // Name of the app. Name = "HORNET" // Version of the app. Version = "1.0.2-rc1" )
View Source
var (
ErrConfigDoesNotExist = errors.New("config does not exist")
)
View Source
var (
InitPlugin *node.InitPlugin
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.