google.golang.org/grpc/resolver.Address.Attributes (field)

14 uses

	google.golang.org/grpc/resolver (current package)
		map.go#L64: 		if entry.addr.Attributes.Equal(addr.Attributes) {
		resolver.go#L123: 	Attributes *attributes.Attributes
		resolver.go#L146: 		a.Attributes.Equal(o.Attributes) &&

	google.golang.org/grpc/internal
		xds_handshake_cluster.go#L31: 	addr.Attributes = addr.Attributes.WithValue(handshakeClusterNameKey{}, clusterName)

	google.golang.org/grpc/internal/metadata
		metadata.go#L62: 	attrs := addr.Attributes
		metadata.go#L75: 	addr.Attributes = addr.Attributes.WithValue(mdKey, mdValue(md))

	google.golang.org/grpc/internal/transport
		http2_client.go#L212: 	connectCtx = icredentials.NewClientHandshakeInfoContext(connectCtx, credentials.ClientHandshakeInfo{Attributes: addr.Attributes})

	google.golang.org/grpc/internal/transport/networktype
		networktype.go#L34: 	address.Attributes = address.Attributes.WithValue(key, networkType)
		networktype.go#L41: 	v := address.Attributes.Value(key)