Versions in this module Expand all Collapse all v0 v0.33.13 Apr 24, 2026 Changes in this version + var HeaderAsertoRequestID = CtxKey(textproto.CanonicalMIMEHeaderKey("Aserto-Request-Id")) + var HeaderAsertoRequestIDLowercase = CtxKey(strings.ToLower(string(HeaderAsertoRequestID))) + func ContextWithRequestID(ctx context.Context, requestID string) context.Context + func ExtractRequestID(ctx context.Context) string + func IsValidUUID(uid string) bool + func KnownContextValueStrings(ctx context.Context) map[string]any + type CtxKey string