We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da770f9 commit 908ce65Copy full SHA for 908ce65
experiment/import.go
@@ -15,6 +15,7 @@ type streamWrapper struct {
15
ctx context.Context
16
}
17
18
+func (s *streamWrapper) GetStream() drpc.Stream { return s.Stream }
19
func (s *streamWrapper) Context() context.Context { return s.ctx }
20
21
// Handler implements drpc handler interface to extract experiment feature flag.
rpc/rpctracing/handler.go
@@ -18,6 +18,7 @@ type streamWrapper struct {
22
23
24
// ExtractorFunc extracts from some metadata the trace information.
0 commit comments