google.golang.org/grpc/resolver.State.Attributes (field)
12 uses
google.golang.org/grpc/resolver (current package)
resolver.go#L221: 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/pickfirstleaf
pickfirstleaf.go#L139: state.Attributes = state.Attributes.WithValue(enableHealthListenerKeyType{}, true)
pickfirstleaf.go#L251: b.healthCheckingEnabled = state.ResolverState.Attributes.Value(enableHealthListenerKeyType{}) != nil
google.golang.org/grpc/internal/resolver
config_selector.go#L135: state.Attributes = state.Attributes.WithValue(csKey, cs)
config_selector.go#L142: cs, _ := state.Attributes.Value(csKey).(ConfigSelector)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)