init: 1.0.0

This commit is contained in:
Chang lue Tsen
2025-04-25 12:08:29 +09:00
commit 8addcc584b
1031 changed files with 76472 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package trace
import "net/http"
// RequestIdKey is the request id header, has a unique association to a trace id.
// The Request ID uses the UUID format because, first, it is more in line with industry standards,
// second, it guarantees the privacy and security of the Trace ID,
// and third, it provides standardization capabilities for subsequent distribution.
var RequestIdKey = http.CanonicalHeaderKey("x-request-id")