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

4 uses

	google.golang.org/grpc/resolver (current package)
		resolver.go#L168: 	Attributes *attributes.Attributes

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