Versions in this module Expand all Collapse all v0 v0.0.4 Jul 24, 2025 v0.0.2 Jul 23, 2025 Changes in this version + const KeySpanID + const KeyTrace + const KeyTraceTrue + const XCloudTraceContext + var ConfigDefault = Config + func GetTraceKey() string + func New(config ...Config) fiber.Handler + func Res(c *fiber.Ctx) error + type ClientSet struct + SpanID SpanID + TraceTrue TraceTrue + type Config struct + AllResAddTraceID bool + TraceHaderKey string + type SpanID = string + type Trace struct + Raw string + SpanID SpanID + TraceID TraceID + TraceTrue TraceTrue + func Conv(rawStr string) (t Trace, status bool) + func Get(c *fiber.Ctx) Trace + func NewTrace(c *fiber.Ctx) Trace + func (t Trace) Conv() (str string) + func (t Trace) FastHTTPHeader(req *fasthttp.Request) + func (t Trace) HTTPHeader(req *http.Request) + type TraceID = string + type TraceTrue = bool