From 6392e00653d3b81062ef60d8ae2fa2621873533f Mon Sep 17 00:00:00 2001 From: Dominik Süß Date: Tue, 9 May 2023 19:19:48 +0200 Subject: feat: initial tracing support (#1623) --- vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/doc.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/doc.go (limited to 'vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/doc.go') diff --git a/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/doc.go b/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/doc.go new file mode 100644 index 000000000..b6e5ddf7a --- /dev/null +++ b/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/doc.go @@ -0,0 +1,5 @@ +/* +Package runtime contains runtime helper functions used by +servers which protoc-gen-grpc-gateway generates. +*/ +package runtime -- cgit v1.2.3