google.golang.org/grpc/resolver.State.Attributes (field)
12 uses
google.golang.org/grpc/resolver (current package)
resolver.go#L222: Attributes *attributes.Attributes
google.golang.org/grpc/balancer/endpointsharding
endpointsharding.go#L179: Attributes: state.ResolverState.Attributes,
google.golang.org/grpc/balancer/grpclb/state
state.go#L42: state.Attributes = state.Attributes.WithValue(key, s)
state.go#L49: s, _ := state.Attributes.Value(key).(*State)
google.golang.org/grpc/balancer/pickfirst
pickfirst.go#L138: state.Attributes = state.Attributes.WithValue(enableHealthListenerKeyType{}, true)
pickfirst.go#L250: b.healthCheckingEnabled = state.ResolverState.Attributes.Value(enableHealthListenerKeyType{}) != nil
google.golang.org/grpc/internal/resolver
config_selector.go#L151: state.Attributes = state.Attributes.WithValue(csKey, cs)
config_selector.go#L158: cs, _ := state.Attributes.Value(csKey).(ConfigSelector)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)