Sha256: 08f95ae447aff96684dcbe520aa1cd8fb3785c7f4c08582cce59a8667d4da454
Contents?: true
Size: 321 Bytes
Versions: 11
Compression:
Stored size: 321 Bytes
Contents
# frozen_string_literal: true module Labkit module Correlation module GRPC # This module is shared between the client and server interceptor middlewares. # It is not part of the public API module GRPCCommon CORRELATION_METADATA_KEY = "x-gitlab-correlation-id" end end end end
Version data entries
11 entries across 11 versions & 1 rubygems