# Packages
No description provided by the author
# Functions
NewTBufferedServer creates a TBufferedServer.
# Structs
ReadBuf is a structure that holds the bytes to read into as well as the number of bytes that was read.
TBufferedServer is a custom thrift server that reads traffic using the transport provided and places messages into a buffered channel to be processed by the processor provided.
# Interfaces
Server is the interface for servers that receive inbound span submissions from client.