constants.go 78 B

123456
  1. package trace
  2. const (
  3. traceIdKey = "X-Trace-ID"
  4. spanIdKey = "X-Span-ID"
  5. )