type google.golang.org/grpc/credentials.clientHandshakeInfoKey

3 uses

	google.golang.org/grpc/credentials (current package)
		credentials.go#L216: type clientHandshakeInfoKey struct{}
		credentials.go#L223: 	chi, _ := ctx.Value(clientHandshakeInfoKey{}).(ClientHandshakeInfo)
		credentials.go#L258: 		return context.WithValue(ctx, clientHandshakeInfoKey{}, chi)