package tracespec
//ContextKey a type for context key
type ContextKey struct{}
//TracingKey is tracing key for ctx
var TracingKey ContextKey