Files
go-zero/core/trace/constants.go

9 lines
117 B
Go
Raw Normal View History

2020-07-26 17:09:05 +08:00
package trace
const (
2021-09-04 12:16:30 +08:00
// TraceIdKey is the trace id header.
TraceIdKey = "X-Trace-ID"
2021-08-17 10:24:12 +08:00
spanIdKey = "X-Span-ID"
2020-07-26 17:09:05 +08:00
)