# Functions
ContextWithGetHook installs a hook function that will be invoked every time MapFromContext is called.
ContextWithMap returns a context with the Map entered into it.
ContextWithNoHooks creates a context with all the hooks disabled.
ContextWithSetHook installs a hook function that will be invoked every time ContextWithMap is called.
DefaultHTTPPropagator returns the default context correlation HTTP propagator.
MapFromContext gets the current Map from a Context.
NewContext returns a context with the map from passed context updated with the passed key-value pairs.
NewEmptyMap creates an empty correlations map.
NewMap creates a map with the contents of the update applied.
# Structs
CorrelationContext propagates Key:Values in W3C CorrelationContext format.
Map is an immutable storage for correlations.
MapUpdate contains information about correlation changes to be made.
# Type aliases
GetHookFunc describes a type of a callback that is called when getting baggage from the context.
SetHookFunc describes a type of a callback that is called when storing baggage in the context.