correlation/doc.go (1 lines of code) (raw):

/* Package correlation is the primary entrypoint into LabKit's correlation utilities. # Provided Functionality Provides http middlewares for general purpose use cases: Generating a correlation-id for an incoming HTTP request using . Obtaining the correlation-id from the context. Injecting the correlation-id from the context into an outgoing request. # Still to be implemented Extracting a correlation-id from an incoming HTTP request into the context. */ package correlation