func google.golang.org/grpc/internal/credentials.NewRequestInfoContext

2 uses

	google.golang.org/grpc/internal/credentials (current package)
		credentials.go#L28: func NewRequestInfoContext(ctx context.Context, ri interface{}) context.Context {

	google.golang.org/grpc/internal/transport
		http2_client.go#L511: 	ctxWithRequestInfo := icredentials.NewRequestInfoContext(ctx, ri)