Documentation ¶
Index ¶
Constants ¶
View Source
const ( LoggerKeyTraceId string = "trace-id" LoggerKeySpanId string = "span-id" LoggerKeyEvent string = "event" )
View Source
const (
ReqHeaderKeyRequestId string = "x-request-id"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextKey ¶
type ContextKey string
const ( ContextKeyTraceId ContextKey = "ctx-key-trace-id" ContextKeySpanId ContextKey = "ctx-key-span-id" )
Click to show internal directories.
Click to hide internal directories.