# Functions
Channel option is used to register custom channel received batches will be forwarded to.
ListenAndServe listens on the TCP network address addr and handles batch requests from accepted lumberjack clients.
ListenAndServeWith uses binder to create a listener for establishing a lumberjack endpoint.
NewWithListener creates a new Server using an existing net.Listener.
Timeout configures server network timeouts.
TLS enables and configures TLS support in lumberjack server.
# Variables
ErrProtocolError is returned if an protocol error was detected in the conversation with lumberjack server.
# Type aliases
Option type for configuring server run options.