Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PluginName is the name of the analysis client plugin. PluginName = "AnalysisClient" // CfgServerAddress defines the config flag of the analysis server address. CfgServerAddress = "analysis.client.serverAddress" )
Variables ¶
View Source
var ( // Plugin is the plugin instance of the analysis client plugin. Plugin *node.Plugin )
Functions ¶
This section is empty.
Types ¶
type Connector ¶ added in v0.2.0
type Connector struct {
// contains filtered or unexported fields
}
A Connector is a redialing Writer on the underlying connection.
func NewConnector ¶ added in v0.2.0
NewConnector creates a new Connector.
type EventDispatchers ¶
type EventDispatchers struct { // Heartbeat defines the Heartbeat function. Heartbeat func(heartbeat *packet.Heartbeat) }
EventDispatchers holds the Heartbeat function.
Click to show internal directories.
Click to hide internal directories.