vars.go 160 B

1234567
  1. package tracespec
  2. // contextKey a type for context key
  3. type contextKey string
  4. // TracingKey is tracing key for context
  5. var TracingKey = contextKey("X-Trace")