mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-06-03 04:30:19 +08:00
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")
|