google.golang.org/grpc/attributes.Attributes.WithValue (method)

6 uses

	google.golang.org/grpc/attributes (current package)
		attributes.go#L47: func (a *Attributes) WithValue(key, value interface{}) *Attributes {

	google.golang.org/grpc/balancer/grpclb/state
		state.go#L42: 	state.Attributes = state.Attributes.WithValue(key, s)

	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#L75: 	addr.Attributes = addr.Attributes.WithValue(mdKey, mdValue(md))

	google.golang.org/grpc/internal/resolver
		config_selector.go#L135: 	state.Attributes = state.Attributes.WithValue(csKey, cs)

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