Versions in this module Expand all Collapse all v0 v0.0.2 Mar 30, 2025 v0.0.1 Mar 28, 2025 Changes in this version + var TraceIdKey = "traceId" + func GenerateTraceId() string + func GetGinContextTraceId(c *gin.Context) string + func GetTraceId(ctx context.Context) string + func GetTraceIdKey() string + func SetTraceId(ctx context.Context, prefix string, traceId ...string) context.Context + func SetTraceIdKey(traceIdKey string) + type ContextKey string + func (c ContextKey) String() string