Versions in this module Expand all Collapse all v0 v0.1.3 Oct 3, 2023 v0.1.2 Oct 3, 2023 Changes in this version + const CfgServerAddress + const PluginName + var Plugin *node.Plugin + type Connector struct + func NewConnector(network string, address string) *Connector + func (c *Connector) Close() (err error) + func (c *Connector) Start() + func (c *Connector) Stop() + func (c *Connector) Write(b []byte) (int, error) + type EventDispatchers struct + Heartbeat func(heartbeat *packet.Heartbeat)