package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev
# 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.
ThriftTransport is a subset of thrift.TTransport methods, for easier mocking.