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

7 uses

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

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

	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
		pickfirstleaf.go#L251: 	b.healthCheckingEnabled = state.ResolverState.Attributes.Value(enableHealthListenerKeyType{}) != nil

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

	google.golang.org/grpc/internal/proxyattributes
		proxyattributes.go#L50: 	if a := addr.Attributes.Value(proxyOptionsKey); a != nil {

	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)