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

6 uses

	google.golang.org/grpc/attributes (current package)
		attributes.go#L61: func (a *Attributes) Value(key interface{}) interface{} {

	google.golang.org/grpc/balancer/grpclb/state
		state.go#L49: 	s, _ := state.Attributes.Value(key).(*State)

	google.golang.org/grpc/internal
		xds_handshake_cluster.go#L37: 	v := attr.Value(handshakeClusterNameKey{})

	google.golang.org/grpc/internal/metadata
		metadata.go#L66: 	md, _ := attrs.Value(mdKey).(mdValue)

	google.golang.org/grpc/internal/resolver
		config_selector.go#L142: 	cs, _ := state.Attributes.Value(csKey).(ConfigSelector)

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