vars.go 143 B

1234567
  1. package tracespec
  2. //ContextKey a type for context key
  3. type ContextKey struct{}
  4. //TracingKey is tracing key for ctx
  5. var TracingKey ContextKey