mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-31 18:45:29 +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
|