type google.golang.org/grpc/credentials.ClientHandshakeInfo
4 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L224: type ClientHandshakeInfo struct {
credentials.go#L234: func ClientHandshakeInfoFromContext(ctx context.Context) ClientHandshakeInfo {
credentials.go#L235: chi, _ := icredentials.ClientHandshakeInfoFromContext(ctx).(ClientHandshakeInfo)
google.golang.org/grpc/internal/transport
http2_client.go#L212: connectCtx = icredentials.NewClientHandshakeInfoContext(connectCtx, credentials.ClientHandshakeInfo{Attributes: addr.Attributes})
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)