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