# Functions
ActiveTraceId returns the first valid trace value and type from the given context, or MissingTraceIdKey if there is none.
ActiveTraceIdValue returns the value part of ActiveTraceId (does not return the TradeIdKey type part).
No description provided by the author
No description provided by the author
AsString returns o as a string and true if o is a string, a fmt.Stringer, or a reflect.String kind (subtype of string).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithLogger returns a new context that adds a logger which can be retrieved with Logger(Context).
WithNullLogger adds the logger from test.NewNullLogger into the given context (default c to context.Background).
No description provided by the author
WithTracingLogger stiches together WithTraceId and WithLogger.
# Constants
JobTraceIdKey is the trace ID key for when we run jobs in the background, like cron jobs.
No description provided by the author
MissingTraceIdKey is the key that will be present to indicate tracing is misconfigured.
ProcessTraceIdKey is the trace ID key for the overall process.
RequestTraceIdKey is the trace ID key for requests.
No description provided by the author
# Variables
No description provided by the author
# Structs
Hook is a hook designed for dealing with logs in test scenarios.
No description provided by the author
No description provided by the author
No description provided by the author