Documentation ¶ Index ¶ type Trace Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Trace ¶ type Trace struct { TraceID uuid.UUID RequestID uuid.UUID } TraceID is unique across the lifecycle of a single 'event', reagardless of many requests it takes to complete. Carried in the `X-Trace-ID` header. RequestID is unique to each request. Carried in the `X-Request-ID` header. Source Files ¶ View all Source files trace.go Click to show internal directories. Click to hide internal directories.