# Packages
Copyright 2024 Northern.tech AS
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
# Functions
RepackLoggerToContext can be used to attach a request specific logger assigned by RequestLogMiddleware to context ctx.
RepackRequestIdToContext can be used to attach a request ID assigned by RequestIdMiddleware to context.
# Structs
UpdateContextMiddleware is a middleware that can be used to update http.Request context.
# Type aliases
UpdateContextFunc is a function that can update context ctx using data from rest.Request and return modified context.