Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Parameters = &ParametersDefinition{}
Parameters contains the configuration parameters of the broadcast plugin.
View Source
var ( // Plugin defines the plugin instance of the broadcast plugin. Plugin *node.Plugin )
Functions ¶
This section is empty.
Types ¶
type ParametersDefinition ¶
type ParametersDefinition struct { // BindAddress defines on which address the broadcast plugin should listen on. BindAddress string `default:"0.0.0.0:5050" usage:"the bind address for the broadcast plugin"` }
ParametersDefinition contains the configuration parameters used by the plugin.
Click to show internal directories.
Click to hide internal directories.