Skip to content

Commit

Permalink
Credit grpc-ecosystem/go-grpc-middleware for WrappedServerStream (ope…
Browse files Browse the repository at this point in the history
…n-telemetry#4531)

Fixes open-telemetry#4521

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Dec 10, 2021
1 parent 0332d7e commit 02cab16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/middleware/wrappedstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import (
"google.golang.org/grpc"
)

// this functionality was originally copied from grpc-ecosystem/go-grpc-middleware project

// WrappedServerStream is a thin wrapper around grpc.ServerStream that allows modifying context.
type WrappedServerStream struct {
grpc.ServerStream
Expand Down

0 comments on commit 02cab16

Please sign in to comment.