# Functions
NewSpan returns a new Span.
NewSpanContext returns a new SpanContext.
NewTracer returns a new Zipkin tracer.
# Structs
Span encapsulates the state of logical operation it represents.
SpanContext holds the context of a Span.
Tracer is the tracing implementation for Zipkin.