package constant
type ContextKey string
const TraceID ContextKey = "trace_id"
const (
EnvNameTencentProd string = "tencent-prod"
)