google.golang.org/grpc/resolver.State.Attributes (field)

7 uses

	google.golang.org/grpc/resolver (current package)
		resolver.go#L194: 	Attributes *attributes.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/internal/resolver
		config_selector.go#L135: 	state.Attributes = state.Attributes.WithValue(csKey, cs)
		config_selector.go#L142: 	cs, _ := state.Attributes.Value(csKey).(ConfigSelector)