8 lines
160 B
Go
8 lines
160 B
Go
package tracespec
|
|
|
|
// contextKey a type for context key
|
|
type contextKey string
|
|
|
|
// TracingKey is tracing key for context
|
|
var TracingKey = contextKey("X-Trace")
|