Files
go-zero/core/trace/tracespec/vars.go

8 lines
160 B
Go
Raw Normal View History

2020-07-26 17:09:05 +08:00
package tracespec
2020-09-20 12:04:49 +08:00
// contextKey a type for context key
type contextKey string
2020-09-20 12:04:49 +08:00
// TracingKey is tracing key for context
var TracingKey = contextKey("X-Trace")