Documentation ¶ Index ¶ Variables type TransportClient Constants ¶ This section is empty. Variables ¶ View Source var ( // ErrProtocolError is returned if an protocol error was detected in the // conversation with lumberjack server. ErrProtocolError = errors.New("lumberjack protocol error") ) errors Functions ¶ This section is empty. Types ¶ type TransportClient ¶ type TransportClient interface { net.Conn Connect(timeout time.Duration) error IsConnected() bool } TransportClient interfaces adds (re-)connect support to net.Conn. Source Files ¶ View all Source files client.go logstash.go transport.go Click to show internal directories. Click to hide internal directories.