Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PluginName is the name of the analysis client plugin. PluginName = "Analysis-Client" // CfgServerAddress defines the config flag of the analysis server address. CfgServerAddress = "analysis.client.serverAddress" )
Variables ¶
This section is empty.
Functions ¶
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.