mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-06-04 13:10:20 +08:00
8 lines
143 B
Go
8 lines
143 B
Go
package tracespec
|
|
|
|
//ContextKey a type for context key
|
|
type ContextKey struct{}
|
|
|
|
//TracingKey is tracing key for ctx
|
|
var TracingKey ContextKey
|