# Functions
NewChannelForwarder creates new channelForwarder.
NewDiscardForwarder creates a new discardForwarder which discards all received data.
NewLogForwarder creates new logForwarded which uses the provided logger to print all the received data.
NewRawChannelForwarder creates new rawChannelForwarder.
NewTLSForwarder creates a TLS forwarder which forwards received serialized reports to a TLS endpoint specified by the provided address.
# Type aliases
TLSOpt defines an option type that manipulates *tls.Config.