Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Parameters = &ParametersDefinition{}
Parameters contains the configuration used by the txStream plugin.
View Source
var ( // Plugin is the plugin instance of the TXStream plugin. Plugin *node.Plugin )
Functions ¶
This section is empty.
Types ¶
type ParametersDefinition ¶ added in v0.7.4
type ParametersDefinition struct { // BindAddress defines the bind address for the txStream server. BindAddress string `default:"0.0.0.0:5000" usage:"the bind address for the txStream plugin"` }
ParametersDefinition contains the definition of the parameters used by the txStream plugin.
Click to show internal directories.
Click to hide internal directories.