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

8 lines
143 B
Go
Raw Normal View History

2020-07-26 17:09:05 +08:00
package tracespec
//ContextKey a type for context key
type ContextKey struct{}
//TracingKey is tracing key for ctx
var TracingKey ContextKey