This commit is contained in:
zhaoyupeng
2025-06-12 14:12:16 +08:00
commit 4eb256bc78
21 changed files with 1135 additions and 0 deletions

5
opt/var.go Normal file
View File

@ -0,0 +1,5 @@
package opt
const (
TraceKey = "X-Trace-Id"
)