Documentation
¶
Index ¶
- Constants
- func AuditRequestIDExtractorStreamServerInterceptor(headers []string) grpc.StreamServerInterceptor
- func AuditRequestIDExtractorUnaryServerInterceptor(headers []string) grpc.UnaryServerInterceptor
- func AuditTraceIDExtractorStreamServerInterceptor(headers []string) grpc.StreamServerInterceptor
- func AuditTraceIDExtractorUnaryServerInterceptor(headers []string) grpc.UnaryServerInterceptor
Constants ¶
View Source
const ( MDXRequestID string = "x-request-id" MDXCorrelationID string = "x-correlation-id" MDRequestID string = "x-request-id" )
View Source
const ( MDXCloudTraceContext string = "x-cloud-trace-context" MDTraceParent string = "traceparent" MDXTraceID string = "x-trace-id" MDTraceID string = "trace-id" )
Variables ¶
This section is empty.
Functions ¶
func AuditRequestIDExtractorStreamServerInterceptor ¶
func AuditRequestIDExtractorStreamServerInterceptor(headers []string) grpc.StreamServerInterceptor
func AuditRequestIDExtractorUnaryServerInterceptor ¶
func AuditRequestIDExtractorUnaryServerInterceptor(headers []string) grpc.UnaryServerInterceptor
func AuditTraceIDExtractorStreamServerInterceptor ¶
func AuditTraceIDExtractorStreamServerInterceptor(headers []string) grpc.StreamServerInterceptor
func AuditTraceIDExtractorUnaryServerInterceptor ¶
func AuditTraceIDExtractorUnaryServerInterceptor(headers []string) grpc.UnaryServerInterceptor
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.