type google.golang.org/grpc/credentials.RequestInfo
5 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L231: type RequestInfo struct {
credentials.go#L245: func RequestInfoFromContext(ctx context.Context) (ri RequestInfo, ok bool) {
credentials.go#L246: ri, ok = ctx.Value(requestInfoKey{}).(RequestInfo)
credentials.go#L260: func NewContextWithRequestInfo(ctx context.Context, ri RequestInfo) context.Context {
google.golang.org/grpc/internal/transport
http2_client.go#L545: ri := credentials.RequestInfo{
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)