mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 18:00:00 +08:00
initial import
This commit is contained in:
6
core/trace/constants.go
Normal file
6
core/trace/constants.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package trace
|
||||
|
||||
const (
|
||||
traceIdKey = "X-Trace-ID"
|
||||
spanIdKey = "X-Span-ID"
|
||||
)
|
||||
Reference in New Issue
Block a user