package
4.43.4
Repository: https://github.com/fleetdm/fleet.git
Documentation: pkg.go.dev

# Functions

FromContext returns a pointer to the LoggingContext.
NewContext creates a new context.Context with a LoggingContext.
WithErr returns a context with logging.Err set as the error provided.
WithExtras returns a context with logging.Extras set as the values provided.
No description provided by the author
WithNoUser returns a context with logging.SkipUser set to true so user won't be logged.
WithStartTime returns a context with logging.StartTime marked as the current time.

# Structs

LoggingContext contains the context information for logging the current request.