# Functions
AddHeaderToClient headers that would be sent to client.
EndTraceSpan end span.
GetCsrfToken return csrf token if exists.
GetCursor create rkcursor.Cursor instance.
GetEntryName extract entry name from Request.
GetEvent extract takes the call-scoped EventData from middleware.
GetIncomingHeaders extract call-scoped incoming headers.
GetJwtToken return jwt.Token if exists.
GetLogger extract takes the call-scoped zap logger from middleware.
GetRequestId extract request id from ResponseWriter.
GetTraceId extract trace id from ResponseWriter.
GetTracer extract the call-scoped tracer from Request.
GetTracerPropagator extract takes the call-scoped propagator from middleware.
GetTracerProvider extract the call-scoped tracer provider from Request.
GetTraceSpan extract the call-scoped span from Request.
No description provided by the author
InjectSpanToHttpRequest inject span to http request.
NewTraceSpan start a new span.
SetHeaderToClient headers that would be sent to client.
SetPointerCreator override rkcursor.PointerCreator.