# Functions
DefaultGeneratorSource returns a new correlation ID source which generates a new correlation ID.
DefaultMetadataSource returns a correlation ID source which retrieves the correlation ID from gRPC metadata headers.
NewGeneratorSource returns a new correlation ID source which generates a new correlation ID.
NewMetadataSource returns a correlation ID source which retrieves the correlation ID from gRPC metadata headers.
Source sets a set of correlation ID sources in the middleware.
Store sets a set of correlation ID stores in the middleware.
StreamServerInterceptor returns a new streaming server interceptor for propagating correlation ID.
UnaryServerInterceptor returns a new unary server interceptor for propagating correlation ID.
WithSource appends a set of correlation ID sources in the middleware.
WithStore appends a set of correlation ID stores in the middleware.
# Constants
No description provided by the author
# Interfaces
Option is used to define middleware configuration.
# Type aliases
Options is a set of middleware options together.