Versions in this module Expand all Collapse all v0 v0.1.0 Jul 20, 2026 Changes in this version + var ErrTraceNotFound = errors.New("trace not found") + var ErrUnsupported = fmt.Errorf("unsupported") + var StatusClientClosedRequest = 499 + var StatusTextClientClosedRequest = "Request Cancelled" + func EqualHexStringTraceIDs(a, b string) (bool, error) + func HexStringToSpanID(id string) ([]byte, error) + func HexStringToTraceID(id string) ([]byte, error) + func NewTokenHasher() hash.Hash64 + func PadTraceIDString(id string) string + func PadTraceIDTo16Bytes(traceID []byte) []byte + func SpanIDAndKindToToken(id []byte, kind int) uint64 + func SpanIDToHexString(byteID []byte) string + func SpanIDToUint64(id []byte) uint64 + func StatusText(code int) string + func TokenForID(h hash.Hash64, buffer []byte, kind int32, id []byte) uint64 + func TraceIDToHexString(byteID []byte) string