# Functions
New returns a MockTracer opentracing.Tracer implementation that's intended to facilitate tests of OpenTracing instrumentation.
# Structs
MockSpan is an opentracing.Span implementation that exports its internal state for testing purposes.
MockSpanContext is an opentracing.SpanContext implementation.
MockTracer is only intended for testing OpenTracing instrumentation.
TextMapPropagator implements Injector/Extractor for TextMap and HTTPHeaders formats.