# Functions
AddrToDestination creates a Destination from an Addr.
AddrToEndPoint creates an EndPoint from an Addr.
AddrToHostPort converts a net.Addr to a (string, int).
NewConnectionManager returns an initialized ConnectionManager.
NewDelimiter returns a delimiter.
NewDestination returns a new destination.
# Structs
A ConnectionManager manages connections.
Destination is responsible for shipping logs to a remote server over TCP.
# Interfaces
Delimiter is responsible for adding delimiters to the frames being sent.