type google.golang.org/grpc/credentials.RequestInfo
4 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L203: type RequestInfo struct {
credentials.go#L213: func RequestInfoFromContext(ctx context.Context) (ri RequestInfo, ok bool) {
credentials.go#L214: ri, ok = icredentials.RequestInfoFromContext(ctx).(RequestInfo)
google.golang.org/grpc/internal/transport
http2_client.go#L507: ri := credentials.RequestInfo{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)